mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/libxavs2: Cosmetics: Fix indentation for switch statement
Cosmetics: Fix indentation for switch statement like the Linux kerenl style. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
parent
807b57a31b
commit
796da4f3e0
|
@ -271,7 +271,7 @@ static const AVClass libxavs2 = {
|
||||||
|
|
||||||
static const AVCodecDefault xavs2_defaults[] = {
|
static const AVCodecDefault xavs2_defaults[] = {
|
||||||
{ "b", "0" },
|
{ "b", "0" },
|
||||||
{ "g", "48" },
|
{ "g", "48"},
|
||||||
{ "bf", "7" },
|
{ "bf", "7" },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue