Add av_unused to decode_mb_skip declaration to fix the following warning:
authorEli Friedman <eli.friedman@gmail.com>
Tue, 6 Jul 2010 07:40:35 +0000 (07:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 6 Jul 2010 07:40:35 +0000 (07:40 +0000)
commit9049fa54796ccd7ad9a04742617d885fb8926af4
treedb8a8f07373e0a23072f73320dfd034e5a897a99
parent86e41bc300d30ea2667a98f5581aee54a1c9312a
Add av_unused to decode_mb_skip declaration to fix the following warning:
libavcodec/h264.h:1260: warning: ‘decode_mb_skip’ defined but not used
patch by Eli Friedman, eli.friedman gmail com

Originally committed as revision 24069 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.h