]> git.sesse.net Git - ffmpeg/commit
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 18 Feb 2013 16:15:52 +0000 (08:15 -0800)
committerMartin Storsjö <martin@martin.st>
Wed, 6 Mar 2013 19:18:50 +0000 (21:18 +0200)
commit8d061989dd0397da15aa29f52d243fe125bf2f5e
tree699546f4517dee6841f701ff8282c366e0efb22b
parent5a4e9fe855282a99586050a507d0a486ad39df5b
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>
libavcodec/h263.h
libavcodec/h263dec.c
libavcodec/h264.c
libavcodec/mpeg12.c
libavcodec/mpeg4videodec.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/vc1dec.c