diff libdirac_libschro.h @ 7233:238a3511f183 libavcodec

Add a parameter for queue size. Patch by Anuradha Suraparaju anuradha rd bbc co uk
author benoit
date Thu, 10 Jul 2008 11:40:19 +0000
parents 33627a932270
children c4a4495715dd
line wrap: on
line diff
--- a/libdirac_libschro.h	Thu Jul 10 06:15:13 2008 +0000
+++ b/libdirac_libschro.h	Thu Jul 10 11:40:19 2008 +0000
@@ -80,6 +80,8 @@
     FfmpegDiracSchroQueueElement *p_head;
     /** Pointer to tail of queue */
     FfmpegDiracSchroQueueElement *p_tail;
+    /** Queue size*/
+    int size;
 } FfmpegDiracSchroQueue;
 
 /**