summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 22:58:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 22:58:14 +0000
commit047034461621078a0a71b57f44124a0f21d3b26b (patch)
tree82eb8f3810fbeddd7eaf55ea95ff28ef8bc2eb06 /mencoder.c
parent68d5a612f3c34b274711aa0decb1e9d88b6bc3ca (diff)
downloadmpv-047034461621078a0a71b57f44124a0f21d3b26b.tar.bz2
mpv-047034461621078a0a71b57f44124a0f21d3b26b.tar.xz
fourcc mapping fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index b203b2b32f..5cdda0386d 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -315,6 +315,8 @@ sh_video=d_video->sh;
sh_video->codec=NULL;
+if(out_video_codec){
+
if(video_family!=-1) mp_msg(MSGT_MENCODER,MSGL_INFO,MSGTR_TryForceVideoFmt,video_family);
while(1){
sh_video->codec=find_codec(sh_video->format,
@@ -364,6 +366,7 @@ if(!init_video(sh_video)){
exit(1);
}
+} // if(out_video_codec)
if(sh_audio){
// Go through the codec.conf and find the best codec...