mirror of https://github.com/mpv-player/mpv
ehh typo...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c152036325
commit
46bf0d7566
|
@ -245,7 +245,7 @@ int init_video_codec(){
|
||||||
}
|
}
|
||||||
|
|
||||||
if(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK)
|
if(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK)
|
||||||
sh_video->o_bih.biCompression = mmioFOURCC('Y','U','Y','2');
|
sh_video->o_bih.biCompression = outfmt;
|
||||||
|
|
||||||
// avi_header.our_in_buffer=malloc(avi_header.video.dwSuggestedBufferSize); // FIXME!!!!
|
// avi_header.our_in_buffer=malloc(avi_header.video.dwSuggestedBufferSize); // FIXME!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue