]> git.sesse.net Git - vlc/commit
* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
authorGildas Bazin <gbazin@videolan.org>
Sun, 25 Apr 2004 14:15:29 +0000 (14:15 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 25 Apr 2004 14:15:29 +0000 (14:15 +0000)
commit3ef2227a289c65c86c5e09f272b166977c66ac77
treefd3ce04339899b339d7d596ffdf8b8dc4c2d1ae8
parent3100140ed28874657df286b95f13fe7429675e9d
* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
* modules/stream_out/duplicate.c: small coding style changes.
* modules/stream_out/transcode.c:
  + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
  + Got rid of the ffmpeg encoder specific options.
* modules/codec/ffmpeg/*:
  + Changed the encoder options to normal config options.
  + Parse the options forwarded by transcode.
* include/vlc_codec.h:
  + encoder_t cleanup.
  + include a "sout_cfg_t *" in encoder_t to allow passing options.
include/vlc_codec.h
modules/codec/ffmpeg/encoder.c
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.h
modules/codec/ffmpeg/video.c
modules/stream_out/duplicate.c
modules/stream_out/transcode.c
src/stream_output/stream_output.c