This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini
Benjamin Larsson
18 years ago
parent
6b7089044a
commit
5b0b5ecf60
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/nellymoserdec.c
+ 1
- 1
libavcodec/nellymoserdec.c
View File
@@ -390,7 +390,7 @@ static int decode_tag(AVCodecContext * avctx,
*data_size += NELLY_SAMPLES*sizeof(int16_t);
}
return b
locks*NELLY_SAMPLES*sizeof(int16_t)
;
return b
uf_size
;
}
static int decode_end(AVCodecContext * avctx) {
Write
Preview
Loading…
Cancel
Save