summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2008-07-26 18:38:30 +0000
committerJeff Downs <heydowns@borg.com>2008-07-26 18:38:30 +0000
commite791eb1ed4444f6befbd728072dffd3043ca5fb6 (patch)
tree4195f2df4d3caeecfbea8be75673b7adb262cf7b /libavcodec/h264.c
parent25f8bceb1c160622d9f56388c60b9e9ea35a3821 (diff)
And.... Fix another spec reference to be more specific and correct.
Originally committed as revision 14423 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 1dcd374b55..0b3c3f4e82 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3418,7 +3418,7 @@ static int execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
* which is already referenced. If short referenced, it
* should be first entry in short_ref. If not, it must exist
* in long_ref; trying to put it on the short list here is an
- * error in the encoded bit stream (ref: 7.4.3, NOTE 2 and 3).
+ * error in the encoded bit stream (ref: 7.4.3.3, NOTE 2 and 3).
*/
if (h->short_ref_count && h->short_ref[0] == s->current_picture_ptr) {
/* Just mark the second field valid */