vpxenc: quiet unused param warning

Change-Id: Ib6ed1b8c03f6c269f8d667b21b895b35363cee9e
This commit is contained in:
James Zern 2016-02-11 18:53:50 -08:00
Родитель 26c6fbdcda
Коммит c8e5a7749c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {