diff options
author | Justin Ruggles | 2012-11-27 11:52:28 -0500 |
---|---|---|
committer | Justin Ruggles | 2012-11-28 11:18:49 -0500 |
commit | bfe5454cd238b16e7977085f880205229103eccb (patch) | |
tree | dba205865e4e32f7376401c20d73bac480eb01d1 /libavformat/lxfdec.c | |
parent | cdaa1f84fb6f6e8234e95e9322c647c6a432e0bf (diff) |
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Diffstat (limited to 'libavformat/lxfdec.c')
-rw-r--r-- | libavformat/lxfdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c index e0eb935f8b..a10dcca08f 100644 --- a/libavformat/lxfdec.c +++ b/libavformat/lxfdec.c @@ -22,7 +22,6 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" #include "internal.h" -#include "riff.h" #define LXF_PACKET_HEADER_SIZE 60 #define LXF_HEADER_DATA_SIZE 120 |