diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-27 14:03:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-27 14:09:26 +0200 |
commit | 0886267e3cc4ce12bcd48b712d8affa8c953bc38 (patch) | |
tree | abf4e54b0f1510512662fcc7941cb890108d1996 | |
parent | fd37eac4958a2544599d1b0fce1b153ebd7cd7da (diff) | |
download | ffmpeg-0886267e3cc4ce12bcd48b712d8affa8c953bc38.tar.gz |
Revert buggy hunk that leaked in from a libav merge.
This unbreaks compilation with --disable-avfilter.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | ffmpeg.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |