fourcc mapping fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2885 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-13 22:58:14 +00:00
parent 68d5a612f3
commit 0470344616
1 changed files with 3 additions and 0 deletions

View File

@ -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...