]> granicus.if.org Git - handbrake/commit
muxavformat: fix use of deprecated AVFormat.filename
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 13 Jun 2018 15:01:55 +0000 (08:01 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 13 Jun 2018 15:01:55 +0000 (08:01 -0700)
commit88bb81b6c9d6ca75efa1384ba51fce03cc0e5532
treee299a7411cff46afa7af9e003c90a6c592d94dda
parentba64e40a8afc4667ab2419c8c4996ed89a1eb918
muxavformat: fix use of deprecated AVFormat.filename

The new way is AVFormat.url. AVFormat.filename had lenght limitations
that url does not since it is allocated by the caller (and freed by
libavformat).
libhb/muxavformat.c