diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-03 04:40:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-03 04:40:42 +0000 |
commit | 299fd396975d631f981a60e2587cc75717f3556d (patch) | |
tree | 994a53c35af3af605f9f7e175d8b0197bd27c374 /libavcodec | |
parent | 3c8d75e65b526459a86d818ad9f98605a3f48576 (diff) | |
download | ffmpeg-299fd396975d631f981a60e2587cc75717f3556d.tar.gz |
Revert
r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr 2008) | 2 lines
Disable the split function. This should end the mpeg1/2 global header issues.
The split function is essential for -ss to work
Fixes issue1226
If this breaks something please tell me, also if someoen remembers what problem
this originally caused tell me too, i searched but couldnt find it.
Originally committed as revision 21621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo_parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo_parser.c b/libavcodec/mpegvideo_parser.c index 28ed590320..546c3bdad7 100644 --- a/libavcodec/mpegvideo_parser.c +++ b/libavcodec/mpegvideo_parser.c @@ -182,4 +182,5 @@ AVCodecParser mpegvideo_parser = { NULL, mpegvideo_parse, ff_parse1_close, + mpegvideo_split, }; |