Comment 1 for bug 2034944

Revision history for this message
Nick Rosbrook (enr0n) wrote :

This was triggered by a no-change rebuild against libavcodec60 from src:ffmpeg, and indeed the AV_CODEC_FLAG_TRUNCATED has been dropped from libavcodec. In src:moc, decoder_plugins/ffmpeg/ffmpeg.c is hitting this:

 #ifndef AV_CODEC_FLAG_TRUNCATED
 # define AV_CODEC_FLAG_TRUNCATED CODEC_FLAG_TRUNCATED
 #endif

but CODE_FLAG_TRUNCATED is not defined either. It looks like this may have once been defined by libavcode, too.