On Mon, Mar 16, 2020, at 2:30 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <[email protected]>
> ---
> 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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".