Re: [FFmpeg-devel] [PATCH]lavc/avcodec: Constify the return value of av_bitstream_filter_next().

2017-10-26 Thread Carl Eugen Hoyos
2017-10-22 23:39 GMT+02:00 Carl Eugen Hoyos : > 2017-10-21 21:17 GMT+02:00 Carl Eugen Hoyos : >> Hi! >> >> Attached patch fixes a warning when compiling with sufficiently new gcc. > > Working patch attached. Patch applied. Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavc/avcodec: Constify the return value of av_bitstream_filter_next().

2017-10-22 Thread Carl Eugen Hoyos
2017-10-21 21:17 GMT+02:00 Carl Eugen Hoyos : > Hi! > > Attached patch fixes a warning when compiling with sufficiently new gcc. Working patch attached. Carl Eugen From 19077d0125e1e1eca81dc0311440c1a7da16e080 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos

[FFmpeg-devel] [PATCH]lavc/avcodec: Constify the return value of av_bitstream_filter_next().

2017-10-21 Thread Carl Eugen Hoyos
Hi! Attached patch fixes a warning when compiling with sufficiently new gcc. Please comment, Carl Eugen From bdb2ad2bc45465675e9fff7313ae5f1b062ec3e1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 21 Oct 2017 20:55:01 +0200 Subject: [PATCH] lavc/avcodec: Constify