comparison 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
comparison
equal deleted inserted replaced
7232:cc55dd004819 7233:238a3511f183
78 { 78 {
79 /** Pointer to head of queue */ 79 /** Pointer to head of queue */
80 FfmpegDiracSchroQueueElement *p_head; 80 FfmpegDiracSchroQueueElement *p_head;
81 /** Pointer to tail of queue */ 81 /** Pointer to tail of queue */
82 FfmpegDiracSchroQueueElement *p_tail; 82 FfmpegDiracSchroQueueElement *p_tail;
83 /** Queue size*/
84 int size;
83 } FfmpegDiracSchroQueue; 85 } FfmpegDiracSchroQueue;
84 86
85 /** 87 /**
86 * Initialise the queue 88 * Initialise the queue
87 */ 89 */