[FFmpeg-cvslog] r14423 - trunk/libavcodec/h264.c

heydowns subversion
Sat Jul 26 20:38:30 CEST 2008


Author: heydowns
Date: Sat Jul 26 20:38:30 2008
New Revision: 14423

Log:
And.... Fix another spec reference to be more specific and correct. 



Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Sat Jul 26 20:38:30 2008
@@ -3418,7 +3418,7 @@ static int execute_ref_pic_marking(H264C
          * 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 */




More information about the ffmpeg-cvslog mailing list