# HG changeset patch # User kostya # Date 1231833825 0 # Node ID d94775e24b0e5bfb6aa10a38f66126854ad8466f # Parent 2624a270ef12743bd4de5878ada1db47cf7f565d Print VC-1 aspect ratio in debug diff -r 2624a270ef12 -r d94775e24b0e vc1.c --- a/vc1.c Tue Jan 13 08:02:31 2009 +0000 +++ b/vc1.c Tue Jan 13 08:03:45 2009 +0000 @@ -1019,6 +1019,7 @@ h = get_bits(gb, 8); v->s.avctx->sample_aspect_ratio = (AVRational){w, h}; } + av_log(v->s.avctx, AV_LOG_DEBUG, "Aspect: %i:%i\n", v->s.avctx->sample_aspect_ratio.num, v->s.avctx->sample_aspect_ratio.den); if(get_bits1(gb)){ //framerate stuff if(get_bits1(gb)) {