diff mbox

[FFmpeg-devel,V2,11/11] lavu/opt: update fate to support dump bit stream filter option.

Message ID ddc19253-ef46-30a1-3431-8e7b5015b6f3@gmail.com
State New
Headers show

Commit Message

Jun Zhao March 12, 2018, 1:25 a.m. UTC
From ec00625932e794c52c816d35cca5fade8cdfa4a9 Mon Sep 17 00:00:00 2001
From: Jun Zhao <mypopydev@gmail.com>
Date: Sat, 10 Mar 2018 13:35:03 +0800
Subject: [PATCH V2 11/11] lavu/opt: update fate to support dump bit stream
 filter option.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
---
 tests/ref/fate/opt | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Comments

Michael Niedermayer March 13, 2018, 10 p.m. UTC | #1
On Mon, Mar 12, 2018 at 09:25:36AM +0800, Jun Zhao wrote:
> 

>  opt |   50 +++++++++++++++++++++++++-------------------------
>  1 file changed, 25 insertions(+), 25 deletions(-)
> 2038c71aba538e2cf97de3c43e645359ad6e96b0  0011-lavu-opt-update-fate-to-support-dump-bit-stream-filt.patch
> From ec00625932e794c52c816d35cca5fade8cdfa4a9 Mon Sep 17 00:00:00 2001
> From: Jun Zhao <mypopydev@gmail.com>
> Date: Sat, 10 Mar 2018 13:35:03 +0800
> Subject: [PATCH V2 11/11] lavu/opt: update fate to support dump bit stream
>  filter option.
> 
> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
> ---
>  tests/ref/fate/opt | 50 +++++++++++++++++++++++++-------------------------
>  1 file changed, 25 insertions(+), 25 deletions(-)

This belongs in the patch that causes the change

[...]
Jun Zhao March 14, 2018, 12:38 a.m. UTC | #2
On 2018/3/14 6:00, Michael Niedermayer wrote:
> On Mon, Mar 12, 2018 at 09:25:36AM +0800, Jun Zhao wrote:
>>  opt |   50 +++++++++++++++++++++++++-------------------------
>>  1 file changed, 25 insertions(+), 25 deletions(-)
>> 2038c71aba538e2cf97de3c43e645359ad6e96b0  0011-lavu-opt-update-fate-to-support-dump-bit-stream-filt.patch
>> From ec00625932e794c52c816d35cca5fade8cdfa4a9 Mon Sep 17 00:00:00 2001
>> From: Jun Zhao <mypopydev@gmail.com>
>> Date: Sat, 10 Mar 2018 13:35:03 +0800
>> Subject: [PATCH V2 11/11] lavu/opt: update fate to support dump bit stream
>>  filter option.
>>
>> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
>> ---
>>  tests/ref/fate/opt | 50 +++++++++++++++++++++++++-------------------------
>>  1 file changed, 25 insertions(+), 25 deletions(-)
> This belongs in the patch that causes the change

Will follow the comments, thanks.
>
> [...]
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
diff mbox

Patch

diff --git a/tests/ref/fate/opt b/tests/ref/fate/opt
index 7b47d429c5..6a7dbfa797 100644
--- a/tests/ref/fate/opt
+++ b/tests/ref/fate/opt
@@ -18,31 +18,31 @@  num64=1
 flt=0.333333
 dbl=0.333333
 TestContext AVOptions:
-  -num               <int>        E....... set num (from 0 to 100) (default 0)
-  -toggle            <int>        E....... set toggle (from 0 to 1) (default 1)
-  -rational          <rational>   E....... set rational (from 0 to 10) (default 1/1)
-  -string            <string>     E....... set string (default "default")
-  -escape            <string>     E....... set escape str (default "\=,")
-  -flags             <flags>      E....... set flags (default cool)
-     cool                         E....... set cool flag
-     lame                         E....... set lame flag
-     mu                           E....... set mu flag
-  -size              <image_size> E....... set size (default "200x300")
-  -pix_fmt           <pix_fmt>    E....... set pixfmt (default 0bgr)
-  -sample_fmt        <sample_fmt> E....... set samplefmt (default s16)
-  -video_rate        <video_rate> E....... set videorate (default "25")
-  -duration          <duration>   E....... set duration (default 0.001)
-  -color             <color>      E....... set color (default "pink")
-  -cl                <channel_layout> E....... set channel layout (default 0x137)
-  -bin               <binary>     E....... set binary value
-  -bin1              <binary>     E....... set binary value
-  -bin2              <binary>     E....... set binary value
-  -num64             <int64>      E....... set num 64bit (from 0 to 100) (default 1)
-  -flt               <float>      E....... set float (from 0 to 100) (default 0.333333)
-  -dbl               <double>     E....... set double (from 0 to 100) (default 0.333333)
-  -bool1             <boolean>    E....... set boolean value (default auto)
-  -bool2             <boolean>    E....... set boolean value (default true)
-  -bool3             <boolean>    E....... set boolean value (default false)
+  -num               <int>        E........ set num (from 0 to 100) (default 0)
+  -toggle            <int>        E........ set toggle (from 0 to 1) (default 1)
+  -rational          <rational>   E........ set rational (from 0 to 10) (default 1/1)
+  -string            <string>     E........ set string (default "default")
+  -escape            <string>     E........ set escape str (default "\=,")
+  -flags             <flags>      E........ set flags (default cool)
+     cool                         E........ set cool flag
+     lame                         E........ set lame flag
+     mu                           E........ set mu flag
+  -size              <image_size> E........ set size (default "200x300")
+  -pix_fmt           <pix_fmt>    E........ set pixfmt (default 0bgr)
+  -sample_fmt        <sample_fmt> E........ set samplefmt (default s16)
+  -video_rate        <video_rate> E........ set videorate (default "25")
+  -duration          <duration>   E........ set duration (default 0.001)
+  -color             <color>      E........ set color (default "pink")
+  -cl                <channel_layout> E........ set channel layout (default 0x137)
+  -bin               <binary>     E........ set binary value
+  -bin1              <binary>     E........ set binary value
+  -bin2              <binary>     E........ set binary value
+  -num64             <int64>      E........ set num 64bit (from 0 to 100) (default 1)
+  -flt               <float>      E........ set float (from 0 to 100) (default 0.333333)
+  -dbl               <double>     E........ set double (from 0 to 100) (default 0.333333)
+  -bool1             <boolean>    E........ set boolean value (default auto)
+  -bool2             <boolean>    E........ set boolean value (default true)
+  -bool3             <boolean>    E........ set boolean value (default false)
 
 Testing av_opt_is_set_to_default()
 name:       num default:1 error: