On 14 April 2018 at 21:20, Rostislav Pehlivanov wrote:
>
>
> On 12 April 2018 at 09:07, Timo Teräs wrote:
>
>> av_guess_sample_aspect_ratio() will return undefined or missing
>> value as {0,1}. This fixes show_stream() to check numerator to
>> display 'N/A' when appropriate. show_frame() does th
On 12 April 2018 at 09:07, Timo Teräs wrote:
> av_guess_sample_aspect_ratio() will return undefined or missing
> value as {0,1}. This fixes show_stream() to check numerator to
> display 'N/A' when appropriate. show_frame() does this already
> correctly.
>
> Signed-off-by: Timo Teräs
> ---
> fft
On Thu, 12 Apr 2018 11:07:36 +0300
Timo Teräs wrote:
> av_guess_sample_aspect_ratio() will return undefined or missing
> value as {0,1}. This fixes show_stream() to check numerator to
> display 'N/A' when appropriate. show_frame() does this already
> correctly.
>
> Signed-off-by: Timo Teräs
Bt
av_guess_sample_aspect_ratio() will return undefined or missing
value as {0,1}. This fixes show_stream() to check numerator to
display 'N/A' when appropriate. show_frame() does this already
correctly.
Signed-off-by: Timo Teräs
---
fftools/ffprobe.c | 2 +-
1 file changed, 1 insertion(+), 1 delet