mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
data_size = 0 cleanup
Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5da42be192
commit
53db1cae1c
30 changed files with 2 additions and 57 deletions
|
@ -118,7 +118,6 @@ static int raw_decode(AVCodecContext *avctx,
|
|||
if (buf_size < bytesNeeded) {
|
||||
memcpy(context->p, buf, buf_size);
|
||||
context->p += buf_size;
|
||||
*data_size = 0;
|
||||
return buf_size;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue