X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fg729.h;h=7c5f693a7a639fc7cee7996afa9ac3399a1680d4;hb=9f8e57efe4400ca86352277873792792279c3b15;hp=61683130a9f749343f473e583332e27496bcefe0;hpb=ef2a85ac532117b13087f3ceabeb450f12d26c7e;p=ffmpeg diff --git a/libavcodec/g729.h b/libavcodec/g729.h index 61683130a9f..7c5f693a7a6 100644 --- a/libavcodec/g729.h +++ b/libavcodec/g729.h @@ -26,4 +26,8 @@ */ #define SUBFRAME_SIZE 40 +/* bytes per block */ +#define G729_8K_BLOCK_SIZE 10 +#define G729D_6K4_BLOCK_SIZE 8 + #endif // AVCODEC_G729_H