Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-12-12 16:53:30 +0300
committerAnton Khirnov <anton@khirnov.net>2021-01-01 16:33:47 +0300
commit15baa0c1acd21be99408e6782ae28d868b847b13 (patch)
tree2987c75e6f29fb6292fad20778fb56e1b34ebd34 /libavcodec/mjpegdec.h
parentb0f1a86aaf0b360e2d2cd84aceee1e3264c7e7e5 (diff)
lavc/mjpegdec: cosmetics, org->orig
Diffstat (limited to 'libavcodec/mjpegdec.h')
-rw-r--r--libavcodec/mjpegdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mjpegdec.h b/libavcodec/mjpegdec.h
index fcbe58bcb8..a824b5029c 100644
--- a/libavcodec/mjpegdec.h
+++ b/libavcodec/mjpegdec.h
@@ -60,7 +60,7 @@ typedef struct MJpegDecodeContext {
VLC vlcs[3][4];
int qscale[4]; ///< quantizer scale calculated from quant_matrixes
- int org_height; /* size given at codec init */
+ int orig_height; /* size given at codec init */
int first_picture; /* true if decoding first picture */
int interlaced; /* true if interlaced */
int bottom_field; /* true if bottom field */