Files
mpv/video
wm4 b52c7273f4 vo_opengl: fix theoretical format mismatch issue
This would have been wrong for hw decoders which pass us NV12 or NV21.
The format the GL shader filter chain gets is stored in p->image_desc,
while p->image_format still contains the "real" input format (which in
case of hw decoding is an opsque hw accel format). Since no hw decoder
did this, this is really just a theoretical fix and doesn't fix any
actual bugs.
2014-10-16 23:44:10 +02:00
..
2014-08-30 23:54:19 +02:00
2014-07-10 00:58:56 +02:00
2013-11-06 20:27:13 +01:00
2014-08-30 23:24:46 +02:00
2014-08-11 14:03:53 +02:00
2014-08-11 14:03:53 +02:00
2013-12-05 22:58:54 +01:00