X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxvmc.h;h=950ed1827646da31ccdb73b83b5713fc20f55e26;hb=bb198c4997d5036f3bf91de51e44f807115677d0;hp=b14c31d112a15efa8d77e889146c9074de4924c7;hpb=aae667ba4d2fbea437520f2f481e733ebead4464;p=ffmpeg diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index b14c31d112a..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 -/**