[vlc-commits] Sanitize FFmpeg modules options
Rafaël Carré
git at videolan.org
Tue Apr 17 14:36:15 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Apr 15 17:46:52 2012 -0400| [637db918edad1444165aa35f8d5d27b2dcfa41a4] | committer: Rafaël Carré
Sanitize FFmpeg modules options
Obsolete "ffmpeg" prefix
Use "avformat" or "avcodec" prefix
avio has no options (yet)
switcher uses "sout-switcher" prefix
Use "sout-avformat" for muxer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=637db918edad1444165aa35f8d5d27b2dcfa41a4
---
modules/codec/avcodec/avcodec.c | 75 +++++++++++++++++++++++++++++--------
modules/codec/avcodec/avcodec.h | 2 +-
modules/codec/avcodec/encoder.c | 2 +-
modules/codec/avcodec/video.c | 24 ++++++------
modules/demux/avformat/avformat.c | 7 ++-
modules/demux/avformat/demux.c | 2 +-
modules/demux/avformat/mux.c | 4 +-
7 files changed, 80 insertions(+), 36 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=637db918edad1444165aa35f8d5d27b2dcfa41a4
More information about the vlc-commits
mailing list