projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
export a few more codec_tag-codec_id tables
[ffmpeg.git]
/
libavformat
/
aiff.c
diff --git
a/libavformat/aiff.c
b/libavformat/aiff.c
index
d05a366
..
6de8287
100644
(file)
--- a/
libavformat/aiff.c
+++ b/
libavformat/aiff.c
@@
-417,6
+417,7
@@
AVInputFormat aiff_demuxer = {
aiff_read_packet,
aiff_read_close,
aiff_read_seek,
aiff_read_packet,
aiff_read_close,
aiff_read_seek,
+ .codec_tag= {codec_aiff_tags},
};
#endif
};
#endif
@@
-432,5
+433,6
@@
AVOutputFormat aiff_muxer = {
aiff_write_header,
aiff_write_packet,
aiff_write_trailer,
aiff_write_header,
aiff_write_packet,
aiff_write_trailer,
+ .codec_tag= {codec_aiff_tags},
};
#endif
};
#endif