summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-19 16:57:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-19 16:57:47 +0000
commit35ef76b51c034ce91097b803ed930a58833f9db8 (patch)
treecc74f42bebae2c6805ba529253bb604aad1e9bb6 /libavcodec
parent6ccedec0fde72538a164d9321cf59daad90caabc (diff)
rv20103001 support
Originally committed as revision 3692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/rv10.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 68679cd20d..c248ab5f81 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -342,6 +342,15 @@ static int rv20_decode_picture_header(MpegEncContext *s)
{
int seq, mb_pos, i;
+#if 0
+ GetBitContext gb= s->gb;
+ for(i=0; i<64; i++){
+ av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&gb));
+ if(i%4==3) av_log(s->avctx, AV_LOG_DEBUG, " ");
+ }
+ av_log(s->avctx, AV_LOG_DEBUG, "\n");
+#endif
+
if(s->avctx->sub_id == 0x30202002 || s->avctx->sub_id == 0x30203002){
if (get_bits(&s->gb, 3)){
av_log(s->avctx, AV_LOG_ERROR, "unknown triplet set\n");
@@ -482,6 +491,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
case 0x20001000:
case 0x20100001:
case 0x20101001:
+ case 0x20103001:
s->low_delay=1;
break;
case 0x20200002: