diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-05-22 19:50:11 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-28 15:38:43 +0100 |
commit | fa1923f18205410a3b0aa6c0e77cb31443ef340d (patch) | |
tree | 88a40d3c7428b9c3bc3caeb4891e0f4265bd8c5e /libavcodec/mpegvideo.h | |
parent | 419e3404d07acaac019e8f363c281e17c3a3d622 (diff) | |
download | ffmpeg-fa1923f18205410a3b0aa6c0e77cb31443ef340d.tar.gz |
mpegvideo: Move ff_*_rl functions to a separate file
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 8ac7851d2c..4eff4d9f0b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -47,7 +47,6 @@ #include "parser.h" #include "mpeg12data.h" #include "qpeldsp.h" -#include "rl.h" #include "thread.h" #include "videodsp.h" |