From 2bb6eba21d1843d67127be031aab7576dbe4c200 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sat, 17 Jan 2009 12:21:01 +0000 Subject: remove ff_get_fourcc() and use AV_RL32() instead Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libxvidff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libxvidff.c') diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 35104c37cd..63933c7bdf 100644 --- a/libavcodec/libxvidff.c +++ b/libavcodec/libxvidff.c @@ -335,7 +335,7 @@ av_cold int ff_xvid_encode_init(AVCodecContext *avctx) { /* We are claiming to be Xvid */ x->quicktime_format = 0; if(!avctx->codec_tag) - avctx->codec_tag = ff_get_fourcc("xvid"); + avctx->codec_tag = AV_RL32("xvid"); } /* Bframes */ -- cgit v1.2.3