You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Benjamin Larsson
parent
6b7089044a
commit
5b0b5ecf60
@@ -390,7 +390,7 @@ static int decode_tag(AVCodecContext * avctx,
|
||||
*data_size += NELLY_SAMPLES*sizeof(int16_t);
|
||||
}
|
||||
|
||||
return blocks*NELLY_SAMPLES*sizeof(int16_t);
|
||||
return buf_size;
|
||||
}
|
||||
|
||||
static int decode_end(AVCodecContext * avctx) {
|
||||
|
Reference in New Issue
Block a user