[FFmpeg-cvslog] h264: drop outdated comments

Vittorio Giovara git at videolan.org
Fri Feb 14 14:12:48 CET 2014


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Feb 13 00:44:11 2014 +0100| [15210354cf27cf4e24d91f84d66cf471511ce718] | committer: Vittorio Giovara

h264: drop outdated comments

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

 libavcodec/h264.c |    2 +-
 libavcodec/h264.h |    6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index dfabcf5..421e12a 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3325,7 +3325,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
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index ef81463..21b7996 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];



More information about the ffmpeg-cvslog mailing list