diff options
author | Anuradha Suraparaju <anuradha@rd.bbc.co.uk> | 2008-07-10 11:40:19 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-07-10 11:40:19 +0000 |
commit | 0cf0e25d22879462d02979efdf44db28b48f957f (patch) | |
tree | 85be2b24c7d1f041cbd2a86bec7215bf1ddfd474 /libavcodec/libdirac_libschro.h | |
parent | 80150f7ee813849c47f2612378dd2cab3c1d4c98 (diff) | |
download | ffmpeg-0cf0e25d22879462d02979efdf44db28b48f957f.tar.gz |
Add a parameter for queue size.
Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libdirac_libschro.h')
-rw-r--r-- | libavcodec/libdirac_libschro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libdirac_libschro.h b/libavcodec/libdirac_libschro.h index 35fe2b1a69..81a0fe4b3e 100644 --- a/libavcodec/libdirac_libschro.h +++ b/libavcodec/libdirac_libschro.h @@ -80,6 +80,8 @@ typedef struct FfmpegDiracSchroQueue FfmpegDiracSchroQueueElement *p_head; /** Pointer to tail of queue */ FfmpegDiracSchroQueueElement *p_tail; + /** Queue size*/ + int size; } FfmpegDiracSchroQueue; /** |