summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mp4toannexb_bsf.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-06 16:49:32 +0300
committerMartin Storsjö <martin@martin.st>2012-08-15 22:32:06 +0300
commit1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (patch)
tree2c422621a5a9ffd2e0aac646228b186221aede2b /libavcodec/h264_mp4toannexb_bsf.c
parent93f257db6b818896e58c708d3c2ec4b8cb0c7b00 (diff)
downloadffmpeg-streaming-1d9c2dc89a2302076a68b4a3ae3639abbb1a502d.zip
ffmpeg-streaming-1d9c2dc89a2302076a68b4a3ae3639abbb1a502d.tar.gz
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/h264_mp4toannexb_bsf.c')
-rw-r--r--libavcodec/h264_mp4toannexb_bsf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c
index eceebeb..276751e 100644
--- a/libavcodec/h264_mp4toannexb_bsf.c
+++ b/libavcodec/h264_mp4toannexb_bsf.c
@@ -19,7 +19,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string.h>
+
#include "libavutil/intreadwrite.h"
+#include "libavutil/mem.h"
#include "avcodec.h"
typedef struct H264BSFContext {
OpenPOWER on IntegriCloud