git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c82da34
)
dca: Error out on missing DSYNC
author
Luca Barbato
<lu_zero@gentoo.org>
Wed, 10 Jul 2013 16:07:45 +0000
(18:07 +0200)
committer
Luca Barbato
<lu_zero@gentoo.org>
Fri, 12 Jul 2013 02:34:49 +0000
(
04:34
+0200)
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
libavcodec/dcadec.c
patch
|
blob
|
history
diff --git
a/libavcodec/dcadec.c
b/libavcodec/dcadec.c
index
0f73375
..
de24e4e
100644
(file)
--- a/
libavcodec/dcadec.c
+++ b/
libavcodec/dcadec.c
@@
-1256,6
+1256,7
@@
static int dca_subsubframe(DCAContext *s, int base_channel, int block_index)
#endif
} else {
av_log(s->avctx, AV_LOG_ERROR, "Didn't get subframe DSYNC\n");
+ return AVERROR_INVALIDDATA;
}
}