diff mov.c @ 4931:c4c2ed0868cf libavformat

remove comment
author bcoudurier
date Wed, 13 May 2009 07:57:08 +0000
parents 1f151bcb0b27
children fc6288f47467
line wrap: on
line diff
--- a/mov.c	Wed May 13 07:55:03 2009 +0000
+++ b/mov.c	Wed May 13 07:57:08 2009 +0000
@@ -1241,7 +1241,7 @@
     AVStream *st;
     MOVStreamContext *sc;
 
-    if (c->fc->nb_streams < 1) // will happen with jp2 files
+    if (c->fc->nb_streams < 1)
         return 0;
     st = c->fc->streams[c->fc->nb_streams-1];
     sc = st->priv_data;