Rename AVFilterPicRef to AVFilterBufferRef.
The struct is going to be used for storing audio buffer references as well, and the new name is more generic. Patch by S.N. Hemanth Meenakshisundaram @smeenaks@ucsd@edu@. Originally committed as revision 24730 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Stefano Sabatini
parent
e11b104a68
commit
ecc8dada37
@@ -105,7 +105,7 @@ static int config_props(AVFilterLink *link)
|
||||
static int request_frame(AVFilterLink *link)
|
||||
{
|
||||
BufferSourceContext *c = link->src->priv;
|
||||
AVFilterPicRef *picref;
|
||||
AVFilterBufferRef *picref;
|
||||
|
||||
if (!c->has_frame) {
|
||||
av_log(link->src, AV_LOG_ERROR,
|
||||
|
Reference in New Issue
Block a user