diff h264.h @ 5756:db5a041fd77c libavcodec

Rename MMCO stuff to prepare 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:35:20 +0000
parents b45894d869da
children 32b404ec4c19
line wrap: on
line diff
--- a/h264.h	Tue Oct 02 14:25:47 2007 +0000
+++ b/h264.h	Tue Oct 02 14:35:20 2007 +0000
@@ -151,8 +151,8 @@
  */
 typedef struct MMCO{
     MMCOOpcode opcode;
-    int short_frame_num;
-    int long_index;
+    int short_pic_num;  ///< pic_num without wrapping (pic_num & max_pic_num)
+    int long_arg;       ///< index, pic_num, or num long refs depending on opcode
 } MMCO;
 
 /**