comparison mov.c @ 4780:75d9edccd39c libavformat

reset codec width/height for h264 forcing decoder to parse extradata
author bcoudurier
date Sat, 21 Mar 2009 23:29:34 +0000
parents a0e0086f7f52
children 400ca65902d2
comparison
equal deleted inserted replaced
4779:52b8ffbf5d28 4780:75d9edccd39c
1437 #if CONFIG_H261_DECODER 1437 #if CONFIG_H261_DECODER
1438 case CODEC_ID_H261: 1438 case CODEC_ID_H261:
1439 #endif 1439 #endif
1440 #if CONFIG_H263_DECODER 1440 #if CONFIG_H263_DECODER
1441 case CODEC_ID_H263: 1441 case CODEC_ID_H263:
1442 #endif
1443 #if CONFIG_H264_DECODER
1444 case CODEC_ID_H264:
1442 #endif 1445 #endif
1443 #if CONFIG_MPEG4_DECODER 1446 #if CONFIG_MPEG4_DECODER
1444 case CODEC_ID_MPEG4: 1447 case CODEC_ID_MPEG4:
1445 #endif 1448 #endif
1446 st->codec->width = 0; /* let decoder init width/height */ 1449 st->codec->width = 0; /* let decoder init width/height */