[SCM] libav/experimental: fixing playback of DaveMatthews_Crash_PocketPC.avi
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:34:34 UTC 2013
The following commit has been merged in the experimental branch:
commit 96d9cb220b3705cfb9e82befaedb72b6accc1240
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Wed Dec 11 08:56:28 2002 +0000
fixing playback of DaveMatthews_Crash_PocketPC.avi
Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 60e0f59..4607dc1 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -250,7 +250,7 @@ static int decode_slice(MpegEncContext *s){
&& (s->workaround_bugs&FF_BUG_AUTODETECT)
&& s->gb.size*8 - get_bits_count(&s->gb) >=0
&& s->gb.size*8 - get_bits_count(&s->gb) < 48
- && !s->resync_marker
+// && !s->resync_marker
&& !s->data_partitioning){
const int bits_count= get_bits_count(&s->gb);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list