git.videolan.org
/
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
/
au.c
diff --git
a/libavformat/au.c
b/libavformat/au.c
index
acc42b4
..
0ec089b
100644
(file)
--- a/
libavformat/au.c
+++ b/
libavformat/au.c
@@
-190,6
+190,7
@@
AVInputFormat au_demuxer = {
au_read_packet,
au_read_close,
pcm_read_seek,
+ .codec_tag= {codec_au_tags},
};
#endif
@@
-205,5
+206,6
@@
AVOutputFormat au_muxer = {
au_write_header,
au_write_packet,
au_write_trailer,
+ .codec_tag= {codec_au_tags},
};
#endif //CONFIG_AU_MUXER