diff avcodec.h @ 2091:02a4fd7c606c libavcodec

flush audio encoder buffers at the end fix vorbis in nut again
author michael
date Tue, 22 Jun 2004 21:14:01 +0000
parents 3dc9bbe1b152
children 5ab35105671a
line wrap: on
line diff
--- a/avcodec.h	Mon Jun 21 01:01:44 2004 +0000
+++ b/avcodec.h	Tue Jun 22 21:14:01 2004 +0000
@@ -294,6 +294,8 @@
 #define CODEC_CAP_TRUNCATED       0x0008
 /* codec can export data for HW decoding (XvMC) */
 #define CODEC_CAP_HWACCEL         0x0010
+/** codec has a non zero delay and needs to be feeded with NULL at the end to get the delayed data */
+#define CODEC_CAP_DELAY           0x0020
 
 //the following defines might change, so dont expect compatibility if u use them
 #define MB_TYPE_INTRA4x4   0x0001