X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxvmc.h;h=950ed1827646da31ccdb73b83b5713fc20f55e26;hb=bfe1cd80ebeab58cbc1c91ac766a96fce8e4ec1e;hp=8a46cb97721906368634c7cbd367707b636b2518;hpb=6785e509d45a7ccb15fd9485b93932e077c7aaee;p=ffmpeg diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 8a46cb97721..950ed182764 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -1,87 +1,174 @@ /* * Copyright (C) 2003 Ivan Kalvachev * - * This file is part of FFmpeg. + * This file is part of Libav. * - * FFmpeg is free software; you can redistribute it and/or + * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * FFmpeg is distributed in the hope that it will be useful, + * Libav is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with FFmpeg; if not, write to the Free Software + * License along with Libav; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef AVCODEC_XVMC_H #define AVCODEC_XVMC_H +/** + * @file + * @ingroup lavc_codec_hwaccel_xvmc + * Public libavcodec XvMC header. + */ + #include +#include "libavutil/attributes.h" +#include "version.h" #include "avcodec.h" -/**the surface should be shown, the video driver manipulates this*/ -#define AV_XVMC_STATE_DISPLAY_PENDING 1 -/**the surface is needed for prediction, the codec manipulates this*/ -#define AV_XVMC_STATE_PREDICTION 2 -/**this surface is needed for subpicture rendering*/ -#define AV_XVMC_STATE_OSD_SOURCE 4 -/**