summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-03-21 10:52:14 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-03-21 10:52:14 +0000
commitbb787a93dd199fd14d3c8624e1e25fd34fc623f1 (patch)
treea638249485e32b52cdc7bcddc13e297e677edf48
parent9c55b7725b56a5eb438e5df30f57964dd171f783 (diff)
atoms are not mp4 only, and yes probe is sufficient
Originally committed as revision 12532 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/mov.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 55fd5cf792..f9ddc48d3e 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1460,7 +1460,6 @@ static int mov_read_elst(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
}
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 @@ static const MOVParseTableEntry mov_default_parse_table[] = {
{ 0, NULL }
};
-/* XXX: is it sufficient ? */
static int mov_probe(AVProbeData *p)
{
unsigned int offset;