[FFmpeg-devel] [PATCH] Revert needless API change in 05e84c95.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Jun 22 21:24:47 CEST 2011


On Wed, Jun 22, 2011 at 07:44:15PM +0200, Michael Niedermayer wrote:
> On Wed, Jun 22, 2011 at 06:25:49PM +0200, Reimar Döffinger wrote:
> > When providing a custom AVIOContex for a AVFMT_NOFILE format
> > only print a warning instead of erroring out.
> > This allows the code to work with older MPlayer versions that
> > just always set pb out of laziness.
> > 
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> > ---
> >  libavformat/utils.c |    3 ++-
> >  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> please commit this to oldabi (and if you want master)

Done.
I don't mind the error return much in master, but failing without
any message and leaving developers to figure out such an obscure
reason is IMO not ok, so I also pushed to master.


More information about the ffmpeg-devel mailing list