[SCM] libav/experimental: 10l typo, fix compilation
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:26:04 UTC 2013
The following commit has been merged in the experimental branch:
commit 99157e499c132444bab019519e4e17e5bc177c8e
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri Jul 25 22:42:49 2008 +0000
10l typo, fix compilation
Originally committed as revision 14401 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index e87157c..4131ae9 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2955,7 +2955,7 @@ static int decode_ref_pic_list_reordering(H264Context *h){
assert(!ref->long_ref);
if(ref->data[0] != NULL &&
ref->frame_num == frame_num &&
- (ref->reference & pic_structure) &&
+ (ref->reference & pic_structure)
) // ignore non-existing pictures by testing data[0] pointer
break;
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list