decoder_control: removed unused DECODE_TYPE macros
This commit is contained in:
parent
04816a6369
commit
3de912e2b9
|
@ -26,9 +26,6 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define DECODE_TYPE_FILE 0
|
|
||||||
#define DECODE_TYPE_URL 1
|
|
||||||
|
|
||||||
enum decoder_state {
|
enum decoder_state {
|
||||||
DECODE_STATE_STOP = 0,
|
DECODE_STATE_STOP = 0,
|
||||||
DECODE_STATE_START,
|
DECODE_STATE_START,
|
||||||
|
|
Loading…
Reference in New Issue