[vlc-commits] avcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
Rémi Denis-Courmont
git at videolan.org
Sat Mar 9 12:48:21 CET 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Mar 8 18:34:56 2013 +0200| [7a4eb7be29852bedf50a15e7fa4f326c44b7a83b] | committer: Rémi Denis-Courmont
avcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
This is necessary to compile with libav.git HEAD or with contribs.
Streaming output still needs fixing.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a4eb7be29852bedf50a15e7fa4f326c44b7a83b
---
modules/codec/avcodec/audio.c | 2 +-
modules/codec/avcodec/avcodec.c | 10 +-
modules/codec/avcodec/dxva2.c | 26 +--
modules/codec/avcodec/encoder.c | 50 ++---
modules/codec/avcodec/fourcc.c | 440 +++++++++++++++++++-------------------
modules/codec/avcodec/subtitle.c | 4 +-
modules/codec/avcodec/vaapi.c | 12 +-
modules/codec/avcodec/vda.c | 2 +-
modules/codec/avcodec/video.c | 28 +--
modules/demux/avformat/demux.c | 14 +-
modules/demux/avformat/mux.c | 4 +-
modules/stream_out/switcher.c | 4 +-
12 files changed, 298 insertions(+), 298 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=7a4eb7be29852bedf50a15e7fa4f326c44b7a83b
More information about the vlc-commits
mailing list