OSDN Git Service

Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 25 Nov 2009 23:52:20 +0000 (23:52 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 25 Nov 2009 23:52:20 +0000 (23:52 +0000)
commit8e861e1b1ee559828096152d06fb99356ef3e5c4
treee800b148817a89407acfd6b19805305da126befd
parent9ff261a2b2a4b6485f219f5ed4a63ff2738e85ee
Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than
access the PixFmtInfo.is_hwaccel field which is going to be removed.

Originally committed as revision 20616 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/imgconvert.c