comparison h264.c @ 7349:ee0fa5935e1a libavcodec

Reset frame_num for MMCO 5. Fixes at least MR2_TANDBERG_E.264
author michael
date Tue, 22 Jul 2008 19:30:45 +0000
parents 39e5cadcebab
children 5c45da72279e
comparison
equal deleted inserted replaced
7348:39e5cadcebab 7349:ee0fa5935e1a
3537 } 3537 }
3538 for(j = 0; j < 16; j++) { 3538 for(j = 0; j < 16; j++) {
3539 pic= remove_long(h, j); 3539 pic= remove_long(h, j);
3540 if(pic) unreference_pic(h, pic, 0); 3540 if(pic) unreference_pic(h, pic, 0);
3541 } 3541 }
3542 s->current_picture_ptr->frame_num= 0;
3542 break; 3543 break;
3543 default: assert(0); 3544 default: assert(0);
3544 } 3545 }
3545 } 3546 }
3546 3547