]> git.sesse.net Git - vlc/commit
Update av* code to use new APIs after Libav Big Bump.
authorKonstantin Pavlov <thresh@videolan.org>
Tue, 19 Apr 2011 11:12:36 +0000 (15:12 +0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 19 Apr 2011 12:27:59 +0000 (14:27 +0200)
commit4308323da50d235ef4ac87cd1a0444f6c4f7aba4
treec5cc251a965719a26a9ad19a6a3d0c31661730bd
parent2f918cf7343386cbf782b66db6c5790e8103feef
Update av* code to use new APIs after Libav Big Bump.

Tested on current libav and ffmpeg @ 25846 svn revision playback only.

No need to bump current lavc/lavf requirements (52.25.0 and 52.45.0), as
all the "new" functions used arrived earlier than abovementioned
versions were published.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/avcodec/audio.c
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/encoder.c
modules/codec/avcodec/subtitle.c
modules/codec/avcodec/video.c
modules/demux/avformat/demux.c
modules/demux/avformat/mux.c