# HG changeset patch # User michaelni # Date 1057577131 0 # Node ID 8f613147c6cb3222918bddc129c656d807376505 # Parent cca26199ab17e439b3402c98626c3f4ca7f53820 mpeg 2 seeking fix diff -r cca26199ab17 -r 8f613147c6cb mpeg12.c --- a/mpeg12.c Mon Jul 07 11:19:18 2003 +0000 +++ b/mpeg12.c Mon Jul 07 11:25:31 2003 +0000 @@ -2304,6 +2304,9 @@ mpeg_decode_user_data(avctx, buf_ptr, input_size); break; + case GOP_START_CODE: + s2->first_field=0; + break; default: if (start_code >= SLICE_MIN_START_CODE && start_code <= SLICE_MAX_START_CODE) {