changeset 4910:143b89ab8187
libavcodec
set CODEC_CAP_DR1 for vp5 and vp6 decoders
author |
aurel |
date |
Sat, 05 May 2007 15:21:57 +0000 |
parents |
dee77a884d37 |
children |
b6a4f6c5623c |
files |
vp5.c vp6.c |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/vp5.c Sat May 05 12:24:51 2007 +0000
+++ b/vp5.c Sat May 05 15:21:57 2007 +0000
@@ -287,4 +287,5 @@
NULL,
vp56_free,
vp56_decode_frame,
+ CODEC_CAP_DR1,
};
--- a/vp6.c Sat May 05 12:24:51 2007 +0000
+++ b/vp6.c Sat May 05 15:21:57 2007 +0000
@@ -541,6 +541,7 @@
NULL,
vp56_free,
vp56_decode_frame,
+ CODEC_CAP_DR1,
};
/* flash version, not flipped upside-down */
@@ -553,4 +554,5 @@
NULL,
vp56_free,
vp56_decode_frame,
+ CODEC_CAP_DR1,
};