On 21/10/14 15:21, Luca Barbato wrote:
> ---
>  avconv.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/avconv.c b/avconv.c
> index dc21aff..70ddd29 100644
> --- a/avconv.c
> +++ b/avconv.c
> @@ -1070,6 +1070,8 @@ static void do_streamcopy(InputStream *ist, 
> OutputStream *ost, const AVPacket *p
>  
>      av_init_packet(&opkt);
>  
> +    av_packet_copy_props(&opkt, pkt);
> +
>      if ((!ost->frame_number && !(pkt->flags & AV_PKT_FLAG_KEY)) &&
>          !ost->copy_initial_nonkeyframes)
>          return;
> 

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

Reply via email to