[FFmpeg-cvslog] truemotion2: Request samples for old TM2 headers

Diego Biurrun git at videolan.org
Thu Sep 27 14:36:41 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Sep 26 18:42:16 2012 +0200| [2dc1310484ef9e48080cc83426904470c444947a] | committer: Diego Biurrun

truemotion2: Request samples for old TM2 headers

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2dc1310484ef9e48080cc83426904470c444947a
---

 libavcodec/truemotion2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c
index f17415b..ad32612 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;



More information about the ffmpeg-cvslog mailing list