mirror of https://github.com/mpv-player/mpv
cosmetic: be consistent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27119 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e0e5b028c
commit
f3a13413c9
|
@ -116,7 +116,7 @@ static uint32_t normalize_fourcc (uint32_t fourcc)
|
||||||
return fourcc;
|
return fourcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
int vdlQueryFourcc(VDXContext *ctx, vidix_fourcc_t *f)
|
int vdlQueryFourcc (VDXContext *ctx, vidix_fourcc_t *f)
|
||||||
{
|
{
|
||||||
f->fourcc = normalize_fourcc(f->fourcc);
|
f->fourcc = normalize_fourcc(f->fourcc);
|
||||||
return ctx->drv->query_fourcc (f);
|
return ctx->drv->query_fourcc (f);
|
||||||
|
|
Loading…
Reference in New Issue