summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-09-26 18:42:16 +0200
committerDiego Biurrun <diego@biurrun.de>2012-09-26 19:10:13 +0200
commit2dc1310484ef9e48080cc83426904470c444947a (patch)
tree54fb9a538573e66167fe9d89ea909ee12dd5ff47 /libavcodec/truemotion2.c
parent69673138c57f665ca8b77ed4009e0827e76bf961 (diff)
truemotion2: Request samples for old TM2 headers
Diffstat (limited to 'libavcodec/truemotion2.c')
-rw-r--r--libavcodec/truemotion2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c
index f17415b34c..ad32612d04 100644
--- a/libavcodec/truemotion2.c
+++ b/libavcodec/truemotion2.c
@@ -211,7 +211,7 @@ static inline int tm2_read_header(TM2Context *ctx, const uint8_t *buf)
buf += 4;
if(magic == 0x00000100) { /* old header */
-/* av_log (ctx->avctx, AV_LOG_ERROR, "TM2 old header: not implemented (yet)\n"); */
+ av_log_missing_feature(ctx->avctx, "TM2 old header", 1);
return 40;
} else if(magic == 0x00000101) { /* new header */
return 40;