summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-19 18:27:46 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-19 18:27:51 +0200
commitb07dc81a9e35ddd2b2ac0109ae2e97b86ff4a4a9 (patch)
treeeaf97664c46d8222fef05af2556746d4d297a26e /libavformat/isom.h
parent2ba58bec20b0039ccc40cfba59af6d56de16e8b1 (diff)
parent86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea (diff)
Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea'
* commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea': mov: Drop unused parameter from ff_mov_read_esds() Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 414b87cc9d..979e967d14 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -231,7 +231,7 @@ void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id);
(tag) == MKTAG('A', 'V', 'i', 'n'))
-int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom);
+int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb);
enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags);
int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries);