git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08e67e
)
tmv decoder uses get_buffer, set CODEC_CAP_DR1
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:47:39 +0000
(08:47 +0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:47:39 +0000
(08:47 +0000)
Originally committed as revision 19109 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tmv.c
patch
|
blob
|
history
diff --git
a/libavcodec/tmv.c
b/libavcodec/tmv.c
index
5f746d5
..
29aaae1
100644
(file)
--- a/
libavcodec/tmv.c
+++ b/
libavcodec/tmv.c
@@
-105,5
+105,6
@@
AVCodec tmv_decoder = {
.priv_data_size = sizeof(TMVContext),
.close = tmv_decode_close,
.decode = tmv_decode_frame,
+ .capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"),
};