diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-07 23:57:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-07 23:57:21 +0200 |
commit | bb2f13c19ff8ff6e5f1c67a5ae53991e64609490 (patch) | |
tree | 630289d107c50c334def61666962da85342dda5c /libavformat/mov.c | |
parent | 2fc7c818cb7b7bfdca69d17ab9f1b48290dbc3f6 (diff) | |
download | ffmpeg-bb2f13c19ff8ff6e5f1c67a5ae53991e64609490.tar.gz |
rename missed CodecID to AVCodecID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 786bfcf0fb..06ea76a5da 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -870,7 +870,7 @@ static int mov_read_fiel(MOVContext *c, AVIOContext *pb, MOVAtom atom) /* FIXME modify qdm2/svq3/h264 decoders to take full atom as extradata */ static int mov_read_extradata(MOVContext *c, AVIOContext *pb, MOVAtom atom, - enum CodecID codec_id) + enum AVCodecID codec_id) { AVStream *st; uint64_t size; |