OSDN Git Service

Separate video specific BufferRef properties into VideoProps.
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
Wed, 11 Aug 2010 11:06:04 +0000 (11:06 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 11 Aug 2010 11:06:04 +0000 (11:06 +0000)
commitcc80caff52a3a20d2ef4285d06263e542e3ddf46
tree2b9820513a08b21da8159ff7c704dde70c037105
parentfd7b11d027da7cc350d867d22d4c6bbe6022d8df
Separate video specific BufferRef properties into VideoProps.

Define a new struct AVFilterBufferRefVideoProps and add a type field
to AVFilterBufferRef.

Video specific properties in AVFilterBufferRefVideoProps are now
referred to by *video pointer in AVFilterBufferRef.

Patch by S.N. Hemanth Meenakshisundaram smeenaks->ucsd.edu.

Originally committed as revision 24763 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
ffplay.c
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/defaults.c
libavfilter/vf_aspect.c
libavfilter/vf_crop.c
libavfilter/vf_pad.c
libavfilter/vf_scale.c
libavfilter/vsrc_buffer.c