diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-02-18 08:15:52 -0800 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-03-06 21:18:50 +0200 |
commit | 8d061989dd0397da15aa29f52d243fe125bf2f5e (patch) | |
tree | 699546f4517dee6841f701ff8282c366e0efb22b /libavcodec/mpegvideo.h | |
parent | 5a4e9fe855282a99586050a507d0a486ad39df5b (diff) | |
download | ffmpeg-8d061989dd0397da15aa29f52d243fe125bf2f5e.tar.gz |
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
Not all hwaccels implement all codecs, so using one single list for
multiple such codecs means some codecs will be represented in the list,
even though they don't actually handle that codec. Copying specific
lists in each codec fixes that.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index cd11ecd92c..7e031db821 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -802,7 +802,6 @@ void ff_MPV_motion(MpegEncContext *s, int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared); extern const enum AVPixelFormat ff_pixfmt_list_420[]; -extern const enum AVPixelFormat ff_hwaccel_pixfmt_list_420[]; /** * permute block according to permuatation. |