diff msmpeg4.c @ 2464:ab390f13c7f5 libavcodec

dont duplicate decode012()
author michael
date Tue, 25 Jan 2005 01:40:58 +0000
parents 26560d4fdb1f
children 5565203c95ee
line wrap: on
line diff
--- a/msmpeg4.c	Tue Jan 25 01:29:10 2005 +0000
+++ b/msmpeg4.c	Tue Jan 25 01:40:58 2005 +0000
@@ -1195,16 +1195,6 @@
     return 0;
 }
 
-static int decode012(GetBitContext *gb)
-{
-    int n;
-    n = get_bits1(gb);
-    if (n == 0)
-        return 0;
-    else
-        return get_bits1(gb) + 1;
-}
-
 int msmpeg4_decode_picture_header(MpegEncContext * s)
 {
     int code;