On 12/02/15 10:54, Anton Khirnov wrote:
> ---
>  avconv.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/avconv.c b/avconv.c
> index 8e76863..6349cae 100644
> --- a/avconv.c
> +++ b/avconv.c
> @@ -1276,7 +1276,6 @@ static int decode_video(InputStream *ist, AVPacket 
> *pkt, int *got_output)
>  
>      decoded_frame->pts = guess_correct_pts(&ist->pts_ctx, 
> decoded_frame->pkt_pts,
>                                             decoded_frame->pkt_dts);
> -    pkt->size = 0;
>  
>      if (ist->st->sample_aspect_ratio.num)
>          decoded_frame->sample_aspect_ratio = ist->st->sample_aspect_ratio;
> 

Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to