]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12.c
mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only
[ffmpeg] / libavcodec / mpeg12.c
index 40ba97b0d0b8dc0138aa7db3382a12faec8435b3..c40649d92c3380285c2e1f8c8de2ba54f19ee396 100644 (file)
@@ -2161,6 +2161,7 @@ int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size,
                 pc->frame_start_found = 4;
             }
             if (state == SEQ_END_CODE) {
+                pc->frame_start_found = 0;
                 pc->state=-1;
                 return i+1;
             }