avutil/reverse: move the ff_reverse declaration to a separate header

Fixes compilation with hardcoded tables after eaff1aa09e
and e71b8119e7

Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2017-01-12 19:37:16 -03:00
parent 2f94b305ac
commit 1d4d0ee4b0
4 changed files with 30 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
#include "time.h"
#include "avstring.h"
#include "timer.h"
#include "reverse.h"
typedef struct Parser {
const AVClass *class;