]> git.sesse.net Git - vlc/commit
avcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 8 Mar 2013 16:34:56 +0000 (18:34 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 9 Mar 2013 11:44:27 +0000 (13:44 +0200)
commit7a4eb7be29852bedf50a15e7fa4f326c44b7a83b
tree6676dcec9d527f43494f52d069962277471543f7
parentcde81e52f2d6e17383aced57fe6312eafa79cacf
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.
12 files changed:
modules/codec/avcodec/audio.c
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/dxva2.c
modules/codec/avcodec/encoder.c
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/subtitle.c
modules/codec/avcodec/vaapi.c
modules/codec/avcodec/vda.c
modules/codec/avcodec/video.c
modules/demux/avformat/demux.c
modules/demux/avformat/mux.c
modules/stream_out/switcher.c