diff options
author | Aman Gupta <aman@tmm1.net> | 2017-11-14 10:02:20 -0800 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2017-11-14 10:25:29 -0800 |
commit | 034e1f82d924bb3038873798b2cc8d84f9701f62 (patch) | |
tree | 47e66524696688669cb121edbc42ad5de285844b /libavcodec/avcodec.h | |
parent | 91a565e20f0c220a6bc37e58c11cea4a3590149c (diff) | |
download | ffmpeg-034e1f82d924bb3038873798b2cc8d84f9701f62.tar.gz |
avcodec: fix whitespace on AVPanScan struct definition
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 74b097cdd8..0875ae3ba0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1049,7 +1049,7 @@ typedef struct RcOverride{ * This specifies the area which should be displayed. * Note there may be multiple such areas for one frame. */ -typedef struct AVPanScan{ +typedef struct AVPanScan { /** * id * - encoding: Set by user. @@ -1071,7 +1071,7 @@ typedef struct AVPanScan{ * - decoding: Set by libavcodec. */ int16_t position[3][2]; -}AVPanScan; +} AVPanScan; /** * This structure describes the bitrate properties of an encoded bitstream. It |