diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 22:34:28 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 22:34:28 +0000 |
commit | 6a58e1510d073e214db2fc2cbb9fe4c031a739e6 (patch) | |
tree | 60884ddb721b9b7903dffdd32775fd5d3a1dd82e /libavformat/allformats.c | |
parent | e224e36030296641bfcdaa90008b0d5b670665eb (diff) | |
download | ffmpeg-6a58e1510d073e214db2fc2cbb9fe4c031a739e6.tar.gz |
ID3 parsing and generation in MP3 format
Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 2ab0013232..8c238f222b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -34,6 +34,7 @@ void av_register_all(void) crc_init(); img_init(); raw_init(); + mp3_init(); rm_init(); #ifdef CONFIG_RISKY asf_init(); |