You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
hevc: clean up non relevant TODO
cherry picked from commit a2ef95f043d89d05482af19460c9e9afdadec685 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
a5c621aa85
commit
42ffa226f9
@@ -1209,7 +1209,6 @@ do {
|
|||||||
|
|
||||||
static int hls_pcm_sample(HEVCContext *s, int x0, int y0, int log2_cb_size)
|
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;
|
HEVCLocalContext *lc = s->HEVClc;
|
||||||
GetBitContext gb;
|
GetBitContext gb;
|
||||||
int cb_size = 1 << log2_cb_size;
|
int cb_size = 1 << log2_cb_size;
|
||||||
|
Reference in New Issue
Block a user