revert 12156

Log:
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome.
----
A IMHO cleaner solution has been implemented.

Originally committed as revision 12162 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-02-20 20:24:38 +00:00
parent bdd745da60
commit 635fbcb17f
4 changed files with 11 additions and 25 deletions

View File

@@ -36,7 +36,6 @@ static void mpegvideo_extract_headers(AVCodecParserContext *s,
int horiz_size_ext, vert_size_ext, bit_rate_ext;
//FIXME replace the crap with get_bits()
s->repeat_pict = 0;
s->parity = 0;
buf_end = buf + buf_size;
while (buf < buf_end) {
start_code= -1;