diff mpegvideo.h @ 5755:b45894d869da libavcodec

Cosmetic preparations for h264/PAFF implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30
author andoma
date Tue, 02 Oct 2007 14:25:47 +0000
parents 5581a40c673a
children da1d5375cf20
line wrap: on
line diff
--- a/mpegvideo.h	Tue Oct 02 13:14:37 2007 +0000
+++ b/mpegvideo.h	Tue Oct 02 14:25:47 2007 +0000
@@ -138,8 +138,9 @@
 
     int field_poc[2];           ///< h264 top/bottom POC
     int poc;                    ///< h264 frame POC
-    int frame_num;              ///< h264 frame_num
-    int pic_id;                 ///< h264 pic_num or long_term_pic_idx
+    int frame_num;              ///< h264 frame_num (raw frame_num from slice header)
+    int pic_id;                 /**< h264 pic_num (short -> no wrap version of pic_num,
+                                     pic_num & max_pic_num; long -> long_pic_num) */
     int long_ref;               ///< 1->long term reference 0->short term reference
     int ref_poc[2][16];         ///< h264 POCs of the frames used as reference
     int ref_count[2];           ///< number of entries in ref_poc