summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-02-13 00:44:11 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-02-14 05:08:37 +0100
commit15210354cf27cf4e24d91f84d66cf471511ce718 (patch)
treea7571d5c6375d1082da98a332fbf501feb8c895a /libavcodec/h264.h
parent3a0576702825423abecb32627c530dbc4c0f73bc (diff)
h264: drop outdated comments
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h6
1 files changed, 1 insertions, 5 deletions
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];