diff options
Diffstat (limited to 'mbone/vic/files/patch-defs')
-rw-r--r-- | mbone/vic/files/patch-defs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-defs b/mbone/vic/files/patch-defs new file mode 100644 index 000000000000..2215cae8a4f1 --- /dev/null +++ b/mbone/vic/files/patch-defs @@ -0,0 +1,16 @@ +--- codec/h263/Motion.h Thu Sep 9 08:45:55 1999 ++++ codec/h263/Motion.h Tue Mar 22 14:04:18 2005 +@@ -42,4 +42,5 @@ + } MVector; + /***********************************************************CommentEnd********/ ++MVector *AllocMVector(void); + + #endif /* _MOTION_STRUCTS_H_ */ +--- codec/h263/code.h Thu Sep 9 08:45:58 1999 ++++ codec/h263/code.h Tue Mar 22 14:06:24 2005 +@@ -167,4 +167,4 @@ + /***********************************************************CommentEnd********/ + +- ++Code *InitCode(char *title, int size, int eventDim, int *event, char *cw[]); + #endif /* _CODE_H */ |