Add w,h,format back into AVFilterBuffer, these are required for direct rendering.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 11 Jan 2011 23:53:17 +0000 (23:53 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 11 Jan 2011 23:53:17 +0000 (23:53 +0000)
commit36dc00de529fb4cd182e02f927597eef9514b886
tree89c44d490147bdf5cd0fd1695a5ccf7293884806
parent4618637aca3b771b0bfb8fe15f3a080dacf9f0c0
Add w,h,format back into AVFilterBuffer, these are required for direct rendering.
These fields are needed to be able to know which area of memory is allocated and
which is off limits.
This reverts 24291 and parts of r24424.

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