[FFmpeg-cvslog] avformat/omadec: Fix { typo
Michael Niedermayer
git at videolan.org
Mon Oct 5 22:42:42 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Oct 5 21:09:40 2015 +0200| [8deb1fdac84e58691d4ca940a7b815feee67bc3e] | committer: Michael Niedermayer
avformat/omadec: Fix { typo
Fixes CID1324299
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8deb1fdac84e58691d4ca940a7b815feee67bc3e
---
libavformat/omadec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/omadec.c b/libavformat/omadec.c
index 0a8b133..132992d 100644
--- a/libavformat/omadec.c
+++ b/libavformat/omadec.c
@@ -193,8 +193,8 @@ static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
av_des_init(av_des, n_val, 192, 1);
while (datalen-- > 0) {
av_des_crypt(av_des, oc->r_val, &enc_header[pos], 2, NULL, 1);
- kset(s, oc->r_val, NULL, 16); {
- if (!rprobe(s, enc_header, size, oc->r_val))
+ kset(s, oc->r_val, NULL, 16);
+ if (!rprobe(s, enc_header, size, oc->r_val)) {
av_free(av_des);
return 0;
}
More information about the ffmpeg-cvslog
mailing list