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:
5964935
)
typo me thinks ...
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 29 May 2006 16:39:40 +0000
(16:39 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 29 May 2006 16:39:40 +0000
(16:39 +0000)
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index
198686b
..
99172a1
100644
(file)
--- a/
libavcodec/h264.c
+++ b/
libavcodec/h264.c
@@
-7481,7
+7481,7
@@
static int decode_sei(H264Context *h){
switch(type){
case 5:
- if(decode_unregistered_user_data(h, size) < 0)
;
+ if(decode_unregistered_user_data(h, size) < 0)
return -1;
break;
default: