OSDN Git Service

lavf: fix the wrong warning msg and comments about av_find_stream_info
authorJun Zhao <jun.zhao@intel.com>
Mon, 5 Dec 2016 07:17:13 +0000 (15:17 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 5 Dec 2016 20:30:12 +0000 (21:30 +0100)
commitf17eea883a6fc8dbae71fe445ab0c7e925ac2953
treee127ab5ca266b6d85c348d20647a1d010268850a
parenta5d25faa3f4b18dac737fdb35d0dd68eb0dc2156
lavf: fix the wrong warning msg and comments about av_find_stream_info

av_find_stream_info() was deprecated by avformat_find_stream_info(),
correct the warning message in the avformat_find_stream_info() and
comments in the avformat.h

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/avformat.h
libavformat/utils.c