From ccba88d764e71cf8ece8f4861fbceab6ed6e805a Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 24 Mar 2007 15:24:36 +0000 Subject: cosmectics, mov -> mp4 Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/isom.c') diff --git a/libavformat/isom.c b/libavformat/isom.c index c86ae98337..c1a690ef2b 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -26,7 +26,7 @@ #include "isom.h" /* http://www.mp4ra.org */ -const AVCodecTag ff_mov_obj_type[] = { +const AVCodecTag ff_mp4_obj_type[] = { { CODEC_ID_MPEG4 , 32 }, { CODEC_ID_H264 , 33 }, { CODEC_ID_AAC , 64 }, -- cgit v1.2.3