summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-24 01:24:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-24 01:24:06 +0000
commit1c2a8c7f14a5030367b7f7287667e380935cb706 (patch)
treec7a4ff2b27b65883fd47b7ce5dfae6be5aabb5a1 /libavcodec/h263.c
parenteeba58ccc7f06b9b36efcdb93855168f8cf87599 (diff)
avcodec_flush_buffers()
Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index 2694f96808..b7619a3e19 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -1034,7 +1034,7 @@ static void mpeg4_encode_vol_header(MpegEncContext * s)
if(s->low_delay){
put_bits(&s->pb, 1, 1); /* vol control parameters= yes */
- put_bits(&s->pb, 2, 1); /* chroma format 422 */
+ put_bits(&s->pb, 2, 1); /* chroma format YUV 420/YV12 */
put_bits(&s->pb, 1, s->low_delay);
put_bits(&s->pb, 1, 0); /* vbv parameters= no */
}else{
@@ -2602,7 +2602,7 @@ int mpeg4_decode_picture_header(MpegEncContext * s)
} else {
vo_ver_id = 1;
}
-
+//printf("vo type:%d\n",s->vo_type);
s->aspect_ratio_info= get_bits(&s->gb, 4);
if(s->aspect_ratio_info == EXTENDET_PAR){
skip_bits(&s->gb, 8); //par_width