mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/omadec: Fix { typo
Fixes CID1324299 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
4c2bfabc3a
commit
8deb1fdac8
@ -193,8 +193,8 @@ static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
|
|||||||
av_des_init(av_des, n_val, 192, 1);
|
av_des_init(av_des, n_val, 192, 1);
|
||||||
while (datalen-- > 0) {
|
while (datalen-- > 0) {
|
||||||
av_des_crypt(av_des, oc->r_val, &enc_header[pos], 2, NULL, 1);
|
av_des_crypt(av_des, oc->r_val, &enc_header[pos], 2, NULL, 1);
|
||||||
kset(s, oc->r_val, NULL, 16); {
|
kset(s, oc->r_val, NULL, 16);
|
||||||
if (!rprobe(s, enc_header, size, oc->r_val))
|
if (!rprobe(s, enc_header, size, oc->r_val)) {
|
||||||
av_free(av_des);
|
av_free(av_des);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user