Commit 034e1f82 authored by Aman Gupta's avatar Aman Gupta

avcodec: fix whitespace on AVPanScan struct definition

parent 91a565e2
...@@ -1049,7 +1049,7 @@ typedef struct RcOverride{ ...@@ -1049,7 +1049,7 @@ typedef struct RcOverride{
* This specifies the area which should be displayed. * This specifies the area which should be displayed.
* Note there may be multiple such areas for one frame. * Note there may be multiple such areas for one frame.
*/ */
typedef struct AVPanScan{ typedef struct AVPanScan {
/** /**
* id * id
* - encoding: Set by user. * - encoding: Set by user.
...@@ -1071,7 +1071,7 @@ typedef struct AVPanScan{ ...@@ -1071,7 +1071,7 @@ typedef struct AVPanScan{
* - decoding: Set by libavcodec. * - decoding: Set by libavcodec.
*/ */
int16_t position[3][2]; int16_t position[3][2];
}AVPanScan; } AVPanScan;
/** /**
* This structure describes the bitrate properties of an encoded bitstream. It * This structure describes the bitrate properties of an encoded bitstream. It
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment