Re: [FFmpeg-devel] [PATCH] ffprobe: Print color properties from show_frames

2017-07-21 Thread Tobias Rapp
On 20.07.2017 17:45, Vittorio Giovara wrote: --- Updated according to Tobias' review. Vittorio doc/ffprobe.xsd| 5 + ffprobe.c | 25 + tests/ref/fate/ffprobe_compact | 16 tests/ref/fate/ffprobe_csv | 16

[FFmpeg-devel] [PATCH] ffprobe: Print color properties from show_frames

2017-07-20 Thread Vittorio Giovara
--- Updated according to Tobias' review. Vittorio doc/ffprobe.xsd| 5 + ffprobe.c | 25 + tests/ref/fate/ffprobe_compact | 16 tests/ref/fate/ffprobe_csv | 16 tests/ref/fate/ffprobe_default |

Re: [FFmpeg-devel] [PATCH] ffprobe: Print color properties from show_frames

2017-07-20 Thread Tobias Rapp
On 20.07.2017 16:19, Vittorio Giovara wrote: On 20.07.2017 14:38, Vittorio Giovara wrote: --- ffprobe.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ffprobe.c b/ffprobe.c index f6d9be0df9..412e2dadab 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -2105,6 +2105,12 @@ static void

Re: [FFmpeg-devel] [PATCH] ffprobe: Print color properties from show_frames

2017-07-20 Thread Vittorio Giovara
>On 20.07.2017 14:38, Vittorio Giovara wrote: >> --- >> ffprobe.c | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/ffprobe.c b/ffprobe.c >> index f6d9be0df9..412e2dadab 100644 >> --- a/ffprobe.c >> +++ b/ffprobe.c >> @@ -2105,6 +2105,12 @@ static void show_frame(WriterContext *w,

Re: [FFmpeg-devel] [PATCH] ffprobe: Print color properties from show_frames

2017-07-20 Thread Tobias Rapp
On 20.07.2017 14:38, Vittorio Giovara wrote: --- ffprobe.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ffprobe.c b/ffprobe.c index f6d9be0df9..412e2dadab 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -2105,6 +2105,12 @@ static void show_frame(WriterContext *w, AVFrame *frame,

[FFmpeg-devel] [PATCH] ffprobe: Print color properties from show_frames

2017-07-20 Thread Vittorio Giovara
--- ffprobe.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ffprobe.c b/ffprobe.c index f6d9be0df9..412e2dadab 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -2105,6 +2105,12 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,