diff libmpcodecs/img_format.c @ 36635:0b6385acafcc

img_format: document why mp_get_chroma_shift does not work for NV12/NV21
author reimar
date Sat, 25 Jan 2014 16:55:03 +0000
parents 4fc911fa5366
children 05f12b83c094
line wrap: on
line diff
--- a/libmpcodecs/img_format.c	Sat Jan 25 16:55:01 2014 +0000
+++ b/libmpcodecs/img_format.c	Sat Jan 25 16:55:03 2014 +0000
@@ -224,7 +224,10 @@
     case IMGFMT_NV21:
         xs = 1;
         ys = 1;
+        // TODO: allowing this though currently breaks
+        // things all over the place.
         err = 1;
+        break;
     default:
         err = 1;
         break;