vpxenc: quiet unused param warning
Change-Id: Ib6ed1b8c03f6c269f8d667b21b895b35363cee9e
This commit is contained in:
Родитель
26c6fbdcda
Коммит
c8e5a7749c
2
vpxenc.c
2
vpxenc.c
|
@ -1470,6 +1470,8 @@ static void open_output_file(struct stream_state *stream,
|
||||||
global->codec->fourcc,
|
global->codec->fourcc,
|
||||||
pixel_aspect_ratio);
|
pixel_aspect_ratio);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
(void)pixel_aspect_ratio;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!stream->config.write_webm) {
|
if (!stream->config.write_webm) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче