summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
diff options
context:
space:
mode:
authorLukas Stabe <lukas@stabe.de>2017-10-29 11:35:57 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-10-30 01:09:40 +0100
commitd3f1b0d3d87f782d6a89a73c57e8be992d4785da (patch)
treeb4a2715518b5f014719997bfe4f08e4e245e4dea /libavformat/movenc.c
parent4ccc1ef2a3b1a22d849861423df830e110c9a4ab (diff)
downloadffmpeg-streaming-d3f1b0d3d87f782d6a89a73c57e8be992d4785da.zip
ffmpeg-streaming-d3f1b0d3d87f782d6a89a73c57e8be992d4785da.tar.gz
movenc: add m4b to ipod format extensions
m4b is commonly used as extension for m4a audiobook files. The format is exactly the same. The only thing that differs is the extension. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r--libavformat/movenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index a34987a..a920eb7 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -6664,7 +6664,7 @@ AVOutputFormat ff_ipod_muxer = {
.name = "ipod",
.long_name = NULL_IF_CONFIG_SMALL("iPod H.264 MP4 (MPEG-4 Part 14)"),
.mime_type = "video/mp4",
- .extensions = "m4v,m4a",
+ .extensions = "m4v,m4a,m4b",
.priv_data_size = sizeof(MOVMuxContext),
.audio_codec = AV_CODEC_ID_AAC,
.video_codec = AV_CODEC_ID_H264,
OpenPOWER on IntegriCloud