• Stefano Sabatini's avatar
    Make avfilter_get_video_buffer() use · da23d424
    Stefano Sabatini authored
    avfilter_default_get_video_buffer() if the get_video_buffer() callback
    is not defined in a filter.
    
    Libavfilter filters author have to explicitely define the
    get_video_buffer() callback if they want the buffer to be requested to
    the filter following in the filterchain.
    
    See the thread:
    "[FFmpeg-devel] [PATCH] Make avfilter_get_video_buffer() use
    default_get_video_buffer if callback not defined".
    
    Originally committed as revision 20444 to svn://svn.ffmpeg.org/ffmpeg/trunk
    da23d424
Name
Last commit
Last update
..
Makefile Loading commit data...
allfilters.c Loading commit data...
avfilter.c Loading commit data...
avfilter.h Loading commit data...
avfiltergraph.c Loading commit data...
avfiltergraph.h Loading commit data...
defaults.c Loading commit data...
formats.c Loading commit data...
graphparser.c Loading commit data...
graphparser.h Loading commit data...
parseutils.c Loading commit data...
parseutils.h Loading commit data...
vf_crop.c Loading commit data...
vf_format.c Loading commit data...
vf_null.c Loading commit data...
vf_vflip.c Loading commit data...