bool "PNG"
select FFMPEG_ENCODER_zlib
+config FFMPEG_ENCODER_vorbis
+ bool "Vorbis"
+
config FFMPEG_ENCODER_zlib
bool "Zlib"
comment "Decoders ---"
+config FFMPEG_DECODER_aac
+ bool "AAC (Advanced Audio Coding)"
+ depends FFMPEG_PATENTED
+ select FFMPEG_PARSER_aac
+
config FFMPEG_DECODER_ac3
bool "AC3"
depends FFMPEG_PATENTED
config FFMPEG_DECODER_jpegls
bool "JPEG-LS"
+config FFMPEG_DECODER_mp2
+ bool "MP2 (MPEG Audio Layer 2)"
+ depends FFMPEG_PATENTED
+
config FFMPEG_DECODER_mp3
- bool "MP3"
+ bool "MP3 (MPEG Audio Layer 2)"
depends FFMPEG_PATENTED
config FFMPEG_DECODER_mpegvideo
bool "PNG"
select FFMPEG_DECODER_zlib
+config FFMPEG_DECODER_vorbis
+ bool "Vorbis"
+
config FFMPEG_DECODER_wmav1
bool "WMAv1"
depends FFMPEG_PATENTED
depends FFMPEG_PATENTED
config FFMPEG_MUXER_mp3
- bool "MP3"
+ bool "MP3 (MPEG Audio Layer 3)"
config FFMPEG_MUXER_mp4
bool "MP4"
config FFMPEG_MUXER_mpegts
bool "MPEG-2 (TS)"
+config FFMPEG_MUXER_ogg
+ bool "Ogg"
+
config FFMPEG_MUXER_oss
bool "OSS (Open Sound System playback)"
depends FFMPEG_PATENTED
config FFMPEG_DEMUXER_mp3
- bool "MP3"
+ bool "MP3 (MPEG Audio Layer 3)"
config FFMPEG_DEMUXER_mpegvideo
bool "MPEG Video"
config FFMPEG_DEMUXER_mpegts
bool "MPEG-2 (TS)"
+config FFMPEG_DEMUXER_ogg
+ bool "Ogg"
+
config FFMPEG_DEMUXER_rm
bool "RM"
help
comment "Parsers ---"
+config FFMPEG_PARSER_aac
+ bool "AAC (Advanced Audio Coding)"
+ depends FFMPEG_PATENTED
+
config FFMPEG_PARSER_ac3
bool "AC3"