Files
mpv/common
wm4 c971220cdd demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change
AVFormatContext.codec is deprecated now, and you're supposed to use
AVFormatContext.codecpar instead.

Handle this for all of the normal playback code.

Encoding mode isn't touched.
2016-03-31 22:00:45 +02:00
..
2016-03-01 22:03:45 +01:00
2013-12-21 21:43:16 +01:00
2016-02-10 21:29:36 +01:00
2015-04-13 12:10:01 +02:00
2014-06-11 02:05:07 +02:00
2015-04-13 12:10:01 +02:00
2016-03-20 19:51:22 +01:00