[FFmpeg-cvslog] ffmpeg: loose lowres hackery

Michael Niedermayer git at videolan.org
Thu Jul 14 21:27:31 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul 14 21:22:12 2011 +0200| [321b2a9ded0468670b7678b7c098886930ae16b2] | committer: Michael Niedermayer

ffmpeg: loose lowres hackery

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=321b2a9ded0468670b7678b7c098886930ae16b2
---

 ffmpeg.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 42c82a0..b73d60a 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2294,8 +2294,6 @@ static int transcode(AVFormatContext **output_files,
                 ost->reformat_pair = MAKE_SFMT_PAIR(AV_SAMPLE_FMT_NONE,AV_SAMPLE_FMT_NONE);
                 if (!codec->sample_rate) {
                     codec->sample_rate = icodec->sample_rate;
-                    if (icodec->lowres)
-                        codec->sample_rate >>= icodec->lowres;
                 }
                 choose_sample_rate(ost->st, ost->enc);
                 codec->time_base = (AVRational){1, codec->sample_rate};
@@ -3436,8 +3434,6 @@ static int opt_input_file(const char *opt, const char *filename)
             rfps_base = ic->streams[i]->r_frame_rate.den;
             if (dec->lowres) {
                 dec->flags |= CODEC_FLAG_EMU_EDGE;
-                dec->height >>= dec->lowres;
-                dec->width  >>= dec->lowres;
             }
             if(me_threshold)
                 dec->debug |= FF_DEBUG_MV;



More information about the ffmpeg-cvslog mailing list