diff mpeg12.c @ 8612:b20c590170cc libavcodec

remove ff_get_fourcc() and use AV_RL32() instead
author aurel
date Sat, 17 Jan 2009 12:21:01 +0000
parents 48c89068a41b
children 04423b2f6e0b
line wrap: on
line diff
--- a/mpeg12.c	Sat Jan 17 11:13:33 2009 +0000
+++ b/mpeg12.c	Sat Jan 17 12:21:01 2009 +0000
@@ -2278,7 +2278,7 @@
     }
 #endif
 
-    if(s->mpeg_enc_ctx_allocated==0 && avctx->codec_tag == ff_get_fourcc("VCR2"))
+    if(s->mpeg_enc_ctx_allocated==0 && avctx->codec_tag == AV_RL32("VCR2"))
         vcr2_init_sequence(avctx);
 
     s->slice_count= 0;