[FFmpeg-cvslog] vc1: warn for unimplemented pan-scan feature.
Ronald S. Bultje
git at videolan.org
Wed Mar 23 03:03:40 CET 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Tue Mar 1 11:37:55 2011 -0500| [72452cc475544b6e294676abd3fa5e0518f81841] | committer: Ronald S. Bultje
vc1: warn for unimplemented pan-scan feature.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72452cc475544b6e294676abd3fa5e0518f81841
---
libavcodec/vc1.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 0f8a42c..77e71db 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -863,6 +863,7 @@ int vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
}
}
if(v->panscanflag) {
+ av_log_missing_feature(v->s.avctx, "Pan-scan", 0);
//...
}
v->rnd = get_bits1(gb);
More information about the ffmpeg-cvslog
mailing list