Browse Source

g723: Add missing header

Unbreak make check.
tags/n3.0
Luca Barbato 9 years ago
parent
commit
c5eb279e24
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/g723_1.h

+ 2
- 0
libavcodec/g723_1.h View File

@@ -30,6 +30,8 @@

#include <stdint.h>

#include "libavutil/log.h"

#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)


Loading…
Cancel
Save