diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/h264data.h')
-rw-r--r-- | src/libffmpeg/libavcodec/h264data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/h264data.h b/src/libffmpeg/libavcodec/h264data.h index 0a7ad5014..40a252253 100644 --- a/src/libffmpeg/libavcodec/h264data.h +++ b/src/libffmpeg/libavcodec/h264data.h @@ -51,8 +51,8 @@ #define EXTENDED_SAR 255 -static const uint16_t pixel_aspect[16][2]={ - {0, 0}, +static const AVRational pixel_aspect[14]={ + {0, 1}, {1, 1}, {12, 11}, {10, 11}, |