Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-23 01:42:16 +0300
committerClément Bœsch <u@pkh.me>2016-06-23 01:42:16 +0300
commitaef2d3d2b5f9eb33cdf1a4f7b8a2fd83f393d665 (patch)
treef970857511c4be3a59bca9eb0d7adfb4dda82297 /libavcodec/rl.c
parentbcafc41a5aa838ff4a88cc020bd55aa6e0790723 (diff)
lavc: fix previous merge
Diffstat (limited to 'libavcodec/rl.c')
-rw-r--r--libavcodec/rl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rl.c b/libavcodec/rl.c
index a925240a98..6eac306b88 100644
--- a/libavcodec/rl.c
+++ b/libavcodec/rl.c
@@ -20,6 +20,7 @@
#include <string.h>
#include "libavutil/attributes.h"
+#include "libavutil/avassert.h"
#include "libavutil/mem.h"
#include "rl.h"