# HG changeset patch # User michael # Date 1063239393 0 # Node ID 98dc548dbf2dddd730e81747bb0a0bebf82abd3f # Parent 579c831571933f8842480cf33f40c60b5bb565c8 pass stream header FCC diff -r 579c83157193 -r 98dc548dbf2d libmpcodecs/vd_ffmpeg.c --- a/libmpcodecs/vd_ffmpeg.c Wed Sep 10 14:56:56 2003 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Thu Sep 11 00:16:33 2003 +0000 @@ -212,6 +212,9 @@ 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