mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
truemotion2: Request samples for old TM2 headers
This commit is contained in:
parent
69673138c5
commit
2dc1310484
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user