mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-23 17:05:00 +08:00
pnm parser
Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -38,7 +38,9 @@ AVCodecParserContext *av_parser_init(int codec_id)
|
||||
for(parser = av_first_parser; parser != NULL; parser = parser->next) {
|
||||
if (parser->codec_ids[0] == codec_id ||
|
||||
parser->codec_ids[1] == codec_id ||
|
||||
parser->codec_ids[2] == codec_id)
|
||||
parser->codec_ids[2] == codec_id ||
|
||||
parser->codec_ids[3] == codec_id ||
|
||||
parser->codec_ids[4] == codec_id)
|
||||
goto found;
|
||||
}
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user