diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 4473c270fb..3e9c86ae2e 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -1209,7 +1209,6 @@ do { static int hls_pcm_sample(HEVCContext *s, int x0, int y0, int log2_cb_size) { - //TODO: non-4:2:0 support HEVCLocalContext *lc = s->HEVClc; GetBitContext gb; int cb_size = 1 << log2_cb_size;