summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/mpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mpeg.h b/tools/mpeg.h
index 0ab207af..698727cd 100644
--- a/tools/mpeg.h
+++ b/tools/mpeg.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: mpeg.h,v 1.3 2008-06-11 15:50:28 phintuka Exp $
+ * $Id: mpeg.h,v 1.4 2009-02-10 11:23:23 phintuka Exp $
*
*/
@@ -28,7 +28,7 @@ extern "C" {
typedef struct {
int num;
- int den;
+ int den;
} mpeg_rational_t;
typedef struct {