Browse Source

h264_parser: restore a comment lost in 0268a54

tags/n2.6
Anton Khirnov 11 years ago
parent
commit
58ae8d5957
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h264_parser.c

+ 1
- 0
libavcodec/h264_parser.c View File

@@ -83,6 +83,7 @@ static int h264_find_frame_end(H264ParseContext *p, const uint8_t *buf,
}
state = 7;
} else {
// first_mb_in_slice is 0, probably the first nal of a new slice
if (buf[i] & 0x80)
goto found;
state = 7;


Loading…
Cancel
Save