mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +00:00
pass stream header FCC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10848 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1879e4e9f7
commit
bf7c945fca
@ -212,6 +212,9 @@ static int init(sh_video_t *sh){
|
||||
avctx->error_resilience= lavc_param_error_resilience;
|
||||
if(lavc_param_gray) avctx->flags|= CODEC_FLAG_GRAY;
|
||||
avctx->codec_tag= sh->format;
|
||||
#if LIBAVCODEC_BUILD >= 4679
|
||||
avctx->stream_codec_tag= sh->video.fccHandler;
|
||||
#endif
|
||||
avctx->idct_algo= lavc_param_idct_algo;
|
||||
avctx->error_concealment= lavc_param_error_concealment;
|
||||
#if LIBAVCODEC_BUILD >= 4642
|
||||
|
Loading…
Reference in New Issue
Block a user