mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
ensure that data[0] is set to NULL for next frame
to please avcodec_default_get_buffer() Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -609,6 +609,7 @@ int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
||||
*picture = *p;
|
||||
*data_size = sizeof(AVPicture);
|
||||
|
||||
s->frames[VP56_FRAME_CURRENT].data[0] = NULL;
|
||||
return buf_size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user