projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ea868
)
10l typo, fix compilation
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 25 Jul 2008 22:42:49 +0000
(22:42 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 25 Jul 2008 22:42:49 +0000
(22:42 +0000)
Originally committed as revision 14401 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index
e87157c
..
4131ae9
100644
(file)
--- 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;
}