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:
parent
4323b09d38
commit
5e5067c73d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue