mpv/video/decode
wm4 bf48f1ecce vd_lavc: fix decoder init failure path
libavcodec decoder initialization failure caused a segfault, because it
wasn't properly reported back in init().

Also remove the return value from init_avctx(), which actually makes
things simpler. Instead, ctx->avctx can be checked to see whether
initialization was ok.
2013-04-27 13:40:55 +02:00
..
dec_video.c core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
dec_video.h core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
lavc.h video: make use of libavcodec refcounting 2013-03-13 23:51:30 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c vo: remove and cleanup globals 2013-03-04 17:40:21 +01:00
vd.h core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
vd_lavc.c vd_lavc: fix decoder init failure path 2013-04-27 13:40:55 +02:00