summaryrefslogtreecommitdiff
path: root/src/libmpeg2/mpeg2.h
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-04-06 14:52:52 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-04-06 14:52:52 +0000
commit0510469c376db0ec7415ae123ee387ac28bf6a86 (patch)
tree448dcc661dfc0f9f3d05daa96095ea0ee9b64cf2 /src/libmpeg2/mpeg2.h
parent729790ceff885dde6a8a1c0bc834c347f14ac494 (diff)
downloadxine-lib-0510469c376db0ec7415ae123ee387ac28bf6a86.tar.gz
xine-lib-0510469c376db0ec7415ae123ee387ac28bf6a86.tar.bz2
enough of talking... :)
time to provide a real 3:2 detection to smooth ntsc duration and still being standards compliant! CVS patchset: 1686 CVS date: 2002/04/06 14:52:52
Diffstat (limited to 'src/libmpeg2/mpeg2.h')
-rw-r--r--src/libmpeg2/mpeg2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/mpeg2.h b/src/libmpeg2/mpeg2.h
index 6e70f4bd9..77a96965f 100644
--- a/src/libmpeg2/mpeg2.h
+++ b/src/libmpeg2/mpeg2.h
@@ -44,7 +44,7 @@ typedef struct mpeg2dec_s {
uint8_t code;
int64_t pts;
- uint32_t last_repeat_first_field;
+ uint32_t rff_pattern;
xine_t *xine;
} mpeg2dec_t ;