[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.102,1.103
Michael Niedermayer CVS
michael at mplayerhq.hu
Thu Sep 11 02:17:01 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv7745
Modified Files:
vd_ffmpeg.c
Log Message:
pass stream header FCC
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- vd_ffmpeg.c 1 Sep 2003 08:29:54 -0000 1.102
+++ vd_ffmpeg.c 11 Sep 2003 00:16:33 -0000 1.103
@@ -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
More information about the MPlayer-cvslog
mailing list