changeset 3164:31447ec2ae2e libavformat

atoms are not mp4 only, and yes probe is sufficient
author bcoudurier
date Fri, 21 Mar 2008 10:52:14 +0000
parents b8c9d2e2b227
children 2e6b97015947
files mov.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Fri Mar 21 10:51:12 2008 +0000
+++ b/mov.c	Fri Mar 21 10:52:14 2008 +0000
@@ -1460,7 +1460,6 @@
 }
 
 static const MOVParseTableEntry mov_default_parse_table[] = {
-/* mp4 atoms */
 { MKTAG( 'c', 'o', '6', '4' ), mov_read_stco },
 { MKTAG( 'c', 't', 't', 's' ), mov_read_ctts }, /* composition time to sample */
 { MKTAG( 'd', 'i', 'n', 'f' ), mov_read_default },
@@ -1499,7 +1498,6 @@
 { 0, NULL }
 };
 
-/* XXX: is it sufficient ? */
 static int mov_probe(AVProbeData *p)
 {
     unsigned int offset;