diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-11-23 22:44:27 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-02-21 23:37:58 +0000 |
commit | 9ca79784e9e640829645b0b28201cf9cdfbfc0f4 (patch) | |
tree | a6341f074c06c25e4825112483598b319858ff93 /tests | |
parent | ae2eb04648839bfc6c61c32cb0f124e91bb7ff8e (diff) | |
download | ffmpeg-9ca79784e9e640829645b0b28201cf9cdfbfc0f4.tar.gz |
lavc/mjpeg: Add profiles for MJPEG using SOF marker codes
This is needed by later hwaccel code to tell which encoding process was
used for a particular frame, because hardware decoders may only support a
subset of possible methods.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/api-mjpeg-codec-param | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/api-mjpeg-codec-param b/tests/ref/fate/api-mjpeg-codec-param index e5ad2b7656..290f941ff3 100644 --- a/tests/ref/fate/api-mjpeg-codec-param +++ b/tests/ref/fate/api-mjpeg-codec-param @@ -81,7 +81,7 @@ stream=0, decode=0 nssew=8 skip_top=0 skip_bottom=0 - profile=-99 + profile=192 level=-99 lowres=0 skip_threshold=0 @@ -221,7 +221,7 @@ stream=0, decode=1 nssew=8 skip_top=0 skip_bottom=0 - profile=-99 + profile=192 level=-99 lowres=0 skip_threshold=0 |