diff mov.c @ 1948:80d330650d35 libavformat

cosmectics, mov -> mp4
author bcoudurier
date Sat, 24 Mar 2007 15:24:36 +0000
parents 1a7f66384792
children 4ef37f929c21
line wrap: on
line diff
--- a/mov.c	Sat Mar 24 15:17:30 2007 +0000
+++ b/mov.c	Sat Mar 24 15:24:36 2007 +0000
@@ -382,7 +382,7 @@
         sc->esds.max_bitrate = get_be32(pb);
         sc->esds.avg_bitrate = get_be32(pb);
 
-        st->codec->codec_id= codec_get_id(ff_mov_obj_type, sc->esds.object_type_id);
+        st->codec->codec_id= codec_get_id(ff_mp4_obj_type, sc->esds.object_type_id);
         dprintf(c->fc, "esds object type id %d\n", sc->esds.object_type_id);
         len = mov_mp4_read_descr(c, pb, &tag);
         if (tag == MP4DecSpecificDescrTag) {