OSDN Git Service

Fix the size of the data to be copied from an AVFilterBuffer to an
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
Sat, 7 Aug 2010 00:02:21 +0000 (00:02 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 Aug 2010 00:02:21 +0000 (00:02 +0000)
commit59ff3fd536051b005f1cec53ca60e4d0e2cde126
treef9f42c28ee996ee7a2b1bc884f91339454021be8
parent209e451a32ae76c39ec7aa53d2e3c23a819d64c8
Fix the size of the data to be copied from an AVFilterBuffer to an
AVFilterBuffereRef in avfilter_default_get_video_buffer().

The error was being caused by the previous patch which resized
AVFilterBuffer's data and linesize arrays to 8.

Patch by S.N. Hemanth Meenakshisundaram" &smeenaks&ucsd&edu&.

Originally committed as revision 24727 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/defaults.c