summaryrefslogtreecommitdiff
path: root/modules/h265/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/h265/decode.c')
-rw-r--r--modules/h265/decode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/h265/decode.c b/modules/h265/decode.c
index f1f82f0..f469f56 100644
--- a/modules/h265/decode.c
+++ b/modules/h265/decode.c
@@ -309,11 +309,9 @@ int h265_decode(struct viddec_state *vds, struct vidframe *frame,
fmt = VID_FMT_YUV420P;
break;
-#if 0
case AV_PIX_FMT_YUV444P:
- fmt = VID_FMT_YUV444;
+ fmt = VID_FMT_YUV444P;
break;
-#endif
default:
warning("h265: decode: bad pixel format (%i) (%s)\n",