[FFmpeg-devel] [PATCH 07/11] mov: remove unused function mov_read_chan2

Jean First jeanfirst at gmail.com
Fri Dec 30 21:08:04 CET 2011


Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 libavformat/mov.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 9f1e028..0e03a8f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2434,15 +2434,6 @@ static int mov_read_elst(MOVContext *c, AVIOContext *pb, MOVAtom atom)
     return 0;
 }
 
-static int mov_read_chan2(MOVContext *c, AVIOContext *pb, MOVAtom atom)
-{
-    if (atom.size < 16)
-        return 0;
-    avio_skip(pb, 4);
-    ff_mov_read_chan(c->fc, atom.size - 4, c->fc->streams[0]->codec);
-    return 0;
-}
-
 static const MOVParseTableEntry mov_default_parse_table[] = {
 { MKTAG('a','v','s','s'), mov_read_avss },
 { MKTAG('c','h','p','l'), mov_read_chpl },
-- 
1.7.7.3



More information about the ffmpeg-devel mailing list