diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-14 14:06:54 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-14 14:07:19 +0100 |
commit | a7eb93b3671f62a578ce295e792a955a30e8e7a5 (patch) | |
tree | 51901b586e8c283d4018b13e7ce74423abd9ba5e /libavcodec/h264.h | |
parent | 99b12357f47efd7da070e29d888e9e7646824667 (diff) | |
parent | 15210354cf27cf4e24d91f84d66cf471511ce718 (diff) | |
download | ffmpeg-a7eb93b3671f62a578ce295e792a955a30e8e7a5.tar.gz |
Merge commit '15210354cf27cf4e24d91f84d66cf471511ce718'
* commit '15210354cf27cf4e24d91f84d66cf471511ce718':
h264: drop outdated comments
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index eccce5a69b..a744ac2647 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -385,11 +385,7 @@ typedef struct H264Context { unsigned current_sps_id; ///< id of the current SPS SPS sps; ///< current sps - - /** - * current pps - */ - PPS pps; // FIXME move to Picture perhaps? (->no) do we need that? + PPS pps; ///< current pps int au_pps_id; ///< pps_id of current access unit |