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/omadec.c | |
parent | cdaa1f84fb6f6e8234e95e9322c647c6a432e0bf (diff) |
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Diffstat (limited to 'libavformat/omadec.c')
-rw-r--r-- | libavformat/omadec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/omadec.c b/libavformat/omadec.c index 9b229994ba..2e565c1716 100644 --- a/libavformat/omadec.c +++ b/libavformat/omadec.c @@ -47,7 +47,6 @@ #include "libavutil/des.h" #include "oma.h" #include "pcm.h" -#include "riff.h" #include "id3v2.h" |