On Mon, Mar 16, 2020, at 2:30 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol <one...@gmail.com> > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/hca.c | 148 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 150 insertions(+) > create mode 100644 libavformat/hca.c
Some warnings: libavformat/hca.c: In function ‘hca_read_header’: libavformat/hca.c:46:14: warning: variable ‘ath_type’ set but not used [-Wunused-but-set-variable] 46 | int ret, ath_type; | ^~~~~~~~ libavformat/hca.c: In function ‘hca_read_packet’: libavformat/hca.c:132:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 132 | AVCodecContext *codec = s->streams[0]->codec; | ^~~~~~~~~~~~~~ In file included from libavformat/hca.c:23: libavformat/avformat.h:884:21: note: declared here 884 | AVCodecContext *codec; | ^~~~~ _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".