[FFmpeg-cvslog] commit: Fix fate breakage in r26382. (Ronald S. Bultje )
git at videolan.org
git
Sun Jan 16 15:03:16 CET 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sun Jan 16 03:20:03 2011 +0000| [84cac86e7e82e287c8ea98d8f43d655ab553c07b] | committer: Ronald S. Bultje
Fix fate breakage in r26382.
Originally committed as revision 26383 to svn://svn.ffmpeg.org/ffmpeg/trunk
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84cac86e7e82e287c8ea98d8f43d655ab553c07b
---
libavfilter/defaults.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c
index 6aa1020..98339b6 100644
--- a/libavfilter/defaults.c
+++ b/libavfilter/defaults.c
@@ -209,7 +209,6 @@ int avfilter_default_config_output_link(AVFilterLink *link)
if (link->type == AVMEDIA_TYPE_VIDEO) {
link->w = link->src->inputs[0]->w;
link->h = link->src->inputs[0]->h;
- link->sample_aspect_ratio = link->src->inputs[0]->sample_aspect_ratio;
link->time_base = link->src->inputs[0]->time_base;
} else if (link->type == AVMEDIA_TYPE_AUDIO) {
link->channel_layout = link->src->inputs[0]->channel_layout;
More information about the ffmpeg-cvslog
mailing list