Merge branch 'v0.15.x'

Conflicts:
	NEWS
	configure.ac
	src/decoder/ffmpeg_plugin.c
	src/update.c
This commit is contained in:
Max Kellermann
2009-10-31 18:23:56 +01:00
4 changed files with 21 additions and 4 deletions

View File

@@ -27,9 +27,6 @@
#include <assert.h>
#define DECODE_TYPE_FILE 0
#define DECODE_TYPE_URL 1
enum decoder_state {
DECODE_STATE_STOP = 0,
DECODE_STATE_START,