Commit ac504942 authored by gpoirier's avatar gpoirier

Have xvid encoder wrapper honnor -vtag option

Patch by Ramiro Polla angustia A arrozcru P no-ip P org
Original thread:
Date: 14.10.2006 05:44
Subject: [Ffmpeg-devel] xvid ignores -vtag


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6701 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 39931075
...@@ -335,6 +335,7 @@ int ff_xvid_encode_init(AVCodecContext *avctx) { ...@@ -335,6 +335,7 @@ int ff_xvid_encode_init(AVCodecContext *avctx) {
} else { } else {
/* We are claiming to be XviD */ /* We are claiming to be XviD */
x->quicktime_format = 0; x->quicktime_format = 0;
if(!avctx->codec_tag)
avctx->codec_tag = ff_get_fourcc("xvid"); avctx->codec_tag = ff_get_fourcc("xvid");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment