mpv/video/decode
wm4 2f6257e2f4 vd_lavc: fix software decoding fallback
The string is deallocated by the callee after initialization, so
fallback at runtime passes a deallocated string to libavcodec, which
results in random crashes. Regression introduced by commit 4d016a9.
2013-02-21 21:53:10 +01:00
..
dec_video.c dec_video: fix bogus assert 2013-02-13 13:21:58 +01:00
dec_video.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
lavc.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
vd.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
vd_lavc.c vd_lavc: fix software decoding fallback 2013-02-21 21:53:10 +01:00