Revision 7fce481a ffmpeg.c
ffmpeg.c | ||
---|---|---|
1777 | 1777 |
frame_available = (ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) && |
1778 | 1778 |
ist->out_video_filter && avfilter_poll_frame(ist->out_video_filter->inputs[0]); |
1779 | 1779 |
if(ist->picref) |
1780 |
avfilter_unref_pic(ist->picref);
|
|
1780 |
avfilter_unref_buffer(ist->picref);
|
|
1781 | 1781 |
} |
1782 | 1782 |
#endif |
1783 | 1783 |
av_free(buffer_to_free); |
Also available in: Unified diff