On Tue, Oct 27, 2015 at 6:01 PM, Luca Barbato <[email protected]> wrote:
> The end user reading 'wrapped_avframe' would be otherwise puzzled.
>
> Reported-By: Daemon404
> ---
>  libavcodec/wrapped_avframe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/wrapped_avframe.c b/libavcodec/wrapped_avframe.c
> index e1273e4..101a5ab 100644
> --- a/libavcodec/wrapped_avframe.c
> +++ b/libavcodec/wrapped_avframe.c
> @@ -64,7 +64,7 @@ static int wrapped_avframe_encode(AVCodecContext *avctx, 
> AVPacket *pkt,
>  }
>
>  AVCodec ff_wrapped_avframe_encoder = {
> -    .name           = "wrapped_avframe",
> +    .name           = "raw frame",

imho go for "rawframes", no space like other codes, different from
rawvideo (the muxer)
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to