summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-07-01 19:40:26 +0000
committerPaul B Mahol <onemda@gmail.com>2015-07-02 17:36:05 +0000
commit2778fdbe5424485d135a37d384d6449113a6c2b5 (patch)
tree7549c0773bc326dc5c22093699874f68ee5edda6 /libswscale/utils.c
parentd0eff8857ceff2601f85037c930cbe61a88b611e (diff)
downloadffmpeg-2778fdbe5424485d135a37d384d6449113a6c2b5.tar.gz
swscale: implement YA8 output
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r--libswscale/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c
index 074f8c0d13..c384aa5302 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -166,7 +166,7 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
[AV_PIX_FMT_RGB444BE] = { 1, 1 },
[AV_PIX_FMT_BGR444LE] = { 1, 1 },
[AV_PIX_FMT_BGR444BE] = { 1, 1 },
- [AV_PIX_FMT_YA8] = { 1, 0 },
+ [AV_PIX_FMT_YA8] = { 1, 1 },
[AV_PIX_FMT_YA16BE] = { 1, 0 },
[AV_PIX_FMT_YA16LE] = { 1, 0 },
[AV_PIX_FMT_BGR48BE] = { 1, 1 },