Commit a7eb93b3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '15210354'

* commit '15210354':
  h264: drop outdated comments
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 99b12357 15210354
......@@ -3432,7 +3432,7 @@ int ff_set_ref_count(H264Context *h)
/**
* Decode a slice header.
* This will also call ff_MPV_common_init() and frame_start() as needed.
* This will (re)intialize the decoder and call h264_frame_start() as needed.
*
* @param h h264context
* @param h0 h264 master context (differs from 'h' when doing sliced based
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment