Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-14 17:06:54 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-14 17:07:19 +0400
commita7eb93b3671f62a578ce295e792a955a30e8e7a5 (patch)
tree51901b586e8c283d4018b13e7ce74423abd9ba5e /libavcodec/h264.c
parent99b12357f47efd7da070e29d888e9e7646824667 (diff)
parent15210354cf27cf4e24d91f84d66cf471511ce718 (diff)
Merge commit '15210354cf27cf4e24d91f84d66cf471511ce718'
* commit '15210354cf27cf4e24d91f84d66cf471511ce718': h264: drop outdated comments Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 37a85889f1..cf4aa44315 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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