diff options
Diffstat (limited to 'src/libmpeg2/mpeg2_internal.h')
-rw-r--r-- | src/libmpeg2/mpeg2_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmpeg2/mpeg2_internal.h b/src/libmpeg2/mpeg2_internal.h index 64c6a2149..915bece2c 100644 --- a/src/libmpeg2/mpeg2_internal.h +++ b/src/libmpeg2/mpeg2_internal.h @@ -168,6 +168,7 @@ typedef struct picture_s { /* these things are not needed by the decoder */ /* this is a temporary interface, we will build a better one later. */ int aspect_ratio_information; + int saved_aspect_ratio; int frame_rate_code; int progressive_sequence; int repeat_first_field; |