[FFmpeg-devel] [PATCH v1 2/6] avcodec/dxtory: cosmetics
Paul B Mahol
onemda at gmail.com
Fri Oct 11 14:45:11 EEST 2019
pointless
On 10/11/19, lance.lmwang at gmail.com <lance.lmwang at gmail.com> wrote:
> From: Limin Wang <lance.lmwang at gmail.com>
>
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
> libavcodec/dxtory.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c
> index 4dd675316b..d2d7482262 100644
> --- a/libavcodec/dxtory.c
> +++ b/libavcodec/dxtory.c
> @@ -613,7 +613,7 @@ static int decode_frame(AVCodecContext *avctx, void
> *data, int *got_frame,
> ret = dxtory_decode_v2_565(avctx, pic, src + 16, avpkt->size - 16,
> 0);
> break;
> default:
> - avpriv_request_sample(avctx, "Frame header %"PRIX32, AV_RB32(src));
> + avpriv_request_sample(avctx, "Frame header %"PRIX32"",
> AV_RB32(src));
> return AVERROR_PATCHWELCOME;
> }
>
> --
> 2.21.0
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list