diff h263data.h @ 10803:4605bd2fdb7f libavcodec

Split the mpeg4 encoder and decoder off h263.c
author michael
date Thu, 07 Jan 2010 23:53:49 +0000
parents 0e785b937073
children 514dc1c87b2e
line wrap: on
line diff
--- a/h263data.h	Thu Jan 07 22:48:58 2010 +0000
+++ b/h263data.h	Thu Jan 07 23:53:49 2010 +0000
@@ -177,7 +177,7 @@
  35, 36, 37, 38, 39, 40,
 };
 
-static RLTable rl_inter = {
+RLTable rl_inter = {
     102,
     58,
     inter_vlc,
@@ -313,4 +313,23 @@
     0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12
 };
 
+const AVRational ff_h263_pixel_aspect[16]={
+ {0, 1},
+ {1, 1},
+ {12, 11},
+ {10, 11},
+ {16, 11},
+ {40, 33},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+ {0, 1},
+};
+
 #endif /* AVCODEC_H263DATA_H */