PromyLOPh / pianobar

Console-based pandora.com player
http://6xq.net/pianobar/
Other
1.74k stars 321 forks source link

Do not call deprecated av_register_all() #670

Closed midicase closed 5 years ago

midicase commented 5 years ago

av_register_all() is deprecated in FFmpeg since this commit: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=0694d8702421e7aff1340038559c438b61bb30dd

PromyLOPh commented 5 years ago

Nitpicking here, because it won’t matter if using an official release, but avfilter_register_all() should be protected by a different #ifdef (see http://git.videolan.org/?p=ffmpeg.git;a=blob;f=doc/APIchanges;h=a40476d630308b5e8b8dcf6d9d211d0f7aa2ed4c;hb=HEAD#l51)

midicase commented 5 years ago

The PR is to squash the warning you get from ffmpeg, nothing else.