]> git.sesse.net Git - vlc/commit
avcodec: support private options
authorRafaël Carré <funman@videolan.org>
Wed, 5 Jun 2013 13:14:59 +0000 (15:14 +0200)
committerRafaël Carré <funman@videolan.org>
Thu, 6 Jun 2013 12:56:00 +0000 (14:56 +0200)
commitc9a57e4d1d1a4b704087a2ed49064d175c514d83
tree60e5ff10b717bd30e3e0b8ba752c9481dca2bedf
parent39c41fec23535c2d5ed72016a6a9d9f2fbf5852c
avcodec: support private options

Usage:
--avcodec-options='{lowres=3,foobar=baz}'
--sout-avcodec-options='{threads=42}'

For now the decoder options are global, they apply to audio/video/subtitles decoder.
encoder options can be set in the sout chain, specific to each ES
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/encoder.c
modules/codec/avcodec/subtitle.c