]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/alsa-audio.h
rtpenc: Allow packetizing H263 according to the old RFC 2190
[ffmpeg] / libavdevice / alsa-audio.h
index 1e0be1cac78ca3ec4c7cdabc869a390df434aaa2..ee43463696210ac86dc76888124efed3eec9f591 100644 (file)
@@ -40,6 +40,8 @@
         other formats */
 #define DEFAULT_CODEC_ID AV_NE(CODEC_ID_PCM_S16BE, CODEC_ID_PCM_S16LE)
 
+#define ALSA_BUFFER_SIZE_MAX 32768
+
 typedef struct {
     AVClass *class;
     snd_pcm_t *h;