Mercurial > libavcodec.hg
changeset 1671:a75cbb4588d1 libavcodec
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l
author | michael |
---|---|
date | Tue, 09 Dec 2003 14:03:55 +0000 |
parents | d6f2520c0c43 |
children | 1c9e8e499c56 |
files | h263.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.c Tue Dec 09 13:47:08 2003 +0000 +++ b/h263.c Tue Dec 09 14:03:55 2003 +0000 @@ -3144,7 +3144,6 @@ align_get_bits(&s->gb); } -//printf("checking next 16 %X\n", show_bits(&s->gb, 24)); if(show_bits(&s->gb, 16)==0){ if(s->codec_id==CODEC_ID_MPEG4) ret= mpeg4_decode_video_packet_header(s); @@ -3156,7 +3155,6 @@ //ok, its not where its supposed to be ... s->gb= s->last_resync_gb; align_get_bits(&s->gb); -printf("align %X\n", show_bits(&s->gb, 24)); left= s->gb.size_in_bits - get_bits_count(&s->gb); for(;left>16+1+5+5; left-=8){ @@ -3174,7 +3172,7 @@ } skip_bits(&s->gb, 8); } -printf("no resync\n"); + return -1; }