summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-05-29 16:39:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-05-29 16:39:40 +0000
commitb3aaa7bea65df0208e01a3810f58b0f3d0695029 (patch)
tree4e9dcc33fc2883aaae82670e8405fb9b722c2683 /libavcodec/h264.c
parent5964935c920ee227414c9d020a2318b3410fd789 (diff)
typo me thinks ...
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 198686b521..99172a1823 100644
--- 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: