diff h264.h @ 7310:033d10927d45 libavcodec

Remove delayed_output_pic, I do not understand what this variable was good for. It is simpler and might be faster now.
author michael
date Sat, 19 Jul 2008 02:53:57 +0000
parents 39e81fdd8d23
children b1003e468c3d
line wrap: on
line diff
--- a/h264.h	Sat Jul 19 02:44:17 2008 +0000
+++ b/h264.h	Sat Jul 19 02:53:57 2008 +0000
@@ -337,7 +337,7 @@
                                           Reordered version of default_ref_list
                                           according to picture reordering in slice header */
     Picture *delayed_pic[MAX_DELAYED_PIC_COUNT+2]; //FIXME size?
-    Picture *delayed_output_pic;
+    int outputed_poc;
 
     /**
      * memory management control operations buffer.