diff rv10.c @ 1640:3bc71266e644 libavcodec

rv10 fix
author michael
date Sun, 30 Nov 2003 17:22:51 +0000
parents 3e2b774edce4
children 0226cad80fc2
line wrap: on
line diff
--- a/rv10.c	Sun Nov 30 14:35:35 2003 +0000
+++ b/rv10.c	Sun Nov 30 17:22:51 2003 +0000
@@ -393,6 +393,7 @@
 
     s->avctx= avctx;
     s->out_format = FMT_H263;
+    s->codec_id= avctx->codec_id;
 
     s->width = avctx->width;
     s->height = avctx->height;
@@ -414,9 +415,9 @@
         s->h263_rv10 = 1;
         break;
     case 0x20001000:
-    case 0x20100001:
+    case 0x20100001: //ok
     case 0x20200002:
-    case 0x20101001: //added
+    case 0x20101001: //ok
     default:
         av_log(s->avctx, AV_LOG_ERROR, "unknown header %X\n", avctx->sub_id);
     }