mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
make x264 work again after the h264-libx264 renaming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24024 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
46c63e3980
commit
16be45ef4a
@ -1010,6 +1010,8 @@ static int vf_open(vf_instance_t *vf, char* args){
|
||||
mux_v->bih->biCompression = mmioFOURCC('F', 'L', 'V', '1');
|
||||
else if (!strcasecmp(lavc_param_vcodec, "dvvideo"))
|
||||
mux_v->bih->biCompression = mmioFOURCC('d', 'v', 's', 'd');
|
||||
else if (!strcasecmp(lavc_param_vcodec, "libx264"))
|
||||
mux_v->bih->biCompression = mmioFOURCC('h', '2', '6', '4');
|
||||
else
|
||||
mux_v->bih->biCompression = mmioFOURCC(lavc_param_vcodec[0],
|
||||
lavc_param_vcodec[1], lavc_param_vcodec[2], lavc_param_vcodec[3]); /* FIXME!!! */
|
||||
|
Loading…
Reference in New Issue
Block a user