summaryrefslogtreecommitdiff
path: root/src/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmpeg2/mpeg2_internal.h')
-rw-r--r--src/libmpeg2/mpeg2_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libmpeg2/mpeg2_internal.h b/src/libmpeg2/mpeg2_internal.h
index bafd7abf9..8e7ce0d11 100644
--- a/src/libmpeg2/mpeg2_internal.h
+++ b/src/libmpeg2/mpeg2_internal.h
@@ -120,6 +120,8 @@ typedef struct picture_s {
struct vo_frame_s * backward_reference_frame;
struct vo_frame_s * throwaway_frame;
+ int frame_width, frame_height;
+
int second_field;
int mpeg1;