From 15210354cf27cf4e24d91f84d66cf471511ce718 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 13 Feb 2014 00:44:11 +0100 Subject: h264: drop outdated comments --- libavcodec/h264.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index ef814630ab..21b7996519 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -355,11 +355,7 @@ typedef struct H264Context { ptrdiff_t mb_uvlinesize; SPS sps; ///< current sps - - /** - * current pps - */ - PPS pps; // FIXME move to Picture perhaps? (->no) do we need that? + PPS pps; ///< current pps uint32_t dequant4_buffer[6][QP_MAX_NUM + 1][16]; // FIXME should these be moved down? uint32_t dequant8_buffer[6][QP_MAX_NUM + 1][64]; -- cgit v1.2.3