On Tue, 27 Oct 2015 18:01:22 +0100
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",
> .long_name = NULL_IF_CONFIG_SMALL("AVFrame to AVPacket
> passthrough"),
> .type = AVMEDIA_TYPE_VIDEO,
> .id = AV_CODEC_ID_WRAPPED_AVFRAME,
> --
> 2.5.0
I don't think this name should have spaces?
Why not call it something like rawvideo_avframe?
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel