[FFmpeg-cvslog] hevc: clean up non relevant TODO

Mickaël Raulet git at videolan.org
Mon Jul 28 14:34:09 CEST 2014


ffmpeg | branch: master | Mickaël Raulet <mraulet at insa-rennes.fr> | Mon Jul 28 00:48:06 2014 +0200| [42ffa226f9a5eb9458415223d1b70e3e7f7a946d] | committer: Michael Niedermayer

hevc: clean up non relevant TODO

cherry picked from commit a2ef95f043d89d05482af19460c9e9afdadec685

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42ffa226f9a5eb9458415223d1b70e3e7f7a946d
---

 libavcodec/hevc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 4473c27..3e9c86a 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;



More information about the ffmpeg-cvslog mailing list