summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-27 14:03:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-27 14:09:26 +0200
commit0886267e3cc4ce12bcd48b712d8affa8c953bc38 (patch)
treeabf4e54b0f1510512662fcc7941cb890108d1996 /ffmpeg.c
parentfd37eac4958a2544599d1b0fce1b153ebd7cd7da (diff)
Revert buggy hunk that leaked in from a libav merge.
This unbreaks compilation with --disable-avfilter. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 5481ac2539..bf0133e2e4 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2908,10 +2908,6 @@ static void opt_frame_aspect_ratio(const char *arg)
ffmpeg_exit(1);
}
frame_aspect_ratio = ar;
-
- x = vfilters ? strlen(vfilters) : 0;
- vfilters = av_realloc(vfilters, x+100);
- snprintf(vfilters+x, x+100, "%csetdar=%f\n", x?',':' ', ar);
}
static int opt_metadata(const char *opt, const char *arg)