diff movenc.c @ 1948:80d330650d35 libavformat

cosmectics, mov -> mp4
author bcoudurier
date Sat, 24 Mar 2007 15:24:36 +0000
parents 4997738b316c
children aa5e56700fdf
line wrap: on
line diff
--- a/movenc.c	Sat Mar 24 15:17:30 2007 +0000
+++ b/movenc.c	Sat Mar 24 15:24:36 2007 +0000
@@ -260,7 +260,7 @@
     putDescr(pb, 0x04, 13 + decoderSpecificInfoLen);
 
     // Object type indication
-    put_byte(pb, codec_get_tag(ff_mov_obj_type, track->enc->codec_id));
+    put_byte(pb, codec_get_tag(ff_mp4_obj_type, track->enc->codec_id));
 
     // the following fields is made of 6 bits to identify the streamtype (4 for video, 5 for audio)
     // plus 1 bit to indicate upstream and 1 bit set to 1 (reserved)