summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-10 11:23:23 +0000
committerphintuka <phintuka>2009-02-10 11:23:23 +0000
commit9f8168b795e05f45378656c179bb40bbea2977ae (patch)
tree7079ab701e02b9d1255e1724ec374eb171ccac3d /tools
parentd8d2b73e4558e154203096ade6bd42c22809e516 (diff)
downloadxineliboutput-9f8168b795e05f45378656c179bb40bbea2977ae.tar.gz
xineliboutput-9f8168b795e05f45378656c179bb40bbea2977ae.tar.bz2
Removed trailing space
Diffstat (limited to 'tools')
-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 {