lsws: Add GRAY10 conversion.

Based on 19be5fb7 by Luca Barbato.
This commit is contained in:
Carl Eugen Hoyos
2016-11-14 01:55:49 +01:00
parent 3f1b5ca22e
commit b5177c7051
17 changed files with 29 additions and 1 deletions

View File

@@ -131,6 +131,8 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
[AV_PIX_FMT_RGB0] = { 1, 1 },
[AV_PIX_FMT_0BGR] = { 1, 1 },
[AV_PIX_FMT_BGR0] = { 1, 1 },
[AV_PIX_FMT_GRAY10BE] = { 1, 1 },
[AV_PIX_FMT_GRAY10LE] = { 1, 1 },
[AV_PIX_FMT_GRAY12BE] = { 1, 1 },
[AV_PIX_FMT_GRAY12LE] = { 1, 1 },
[AV_PIX_FMT_GRAY16BE] = { 1, 1 },