OSDN Git Service

Add AVFilterPicRef.pos field and make libavfilter propagate stream
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 13 Mar 2010 11:27:05 +0000 (11:27 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 13 Mar 2010 11:27:05 +0000 (11:27 +0000)
commit5bb5c1dc86e93a681ad6555dc98afec0055b69e5
tree862adeb3f339a1089e030c14c7fcd1e405713e59
parentec7ab610d51508344273dbc38fec4ab6034bf1e2
Add AVFilterPicRef.pos field and make libavfilter propagate stream
byte position information, as stored in the pkt.pos, through the
filterchain.

Note that the pos field is added *non* at the end of the
AVFilterPicRef struct, thus breaking ABI compatibility, which is
allowed as the API is still considered non-stable.

Originally committed as revision 22506 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/defaults.c