[FFmpeg-devel] [PATCH] avformat/ifv: added support for ifv cctv files

Paul B Mahol onemda at gmail.com
Sat Apr 27 13:16:49 EEST 2019


On 4/20/19, Swaraj Hota <swarajhota353 at gmail.com> wrote:
> Fixes ticket #2956.
>
> Signed-off-by: Swaraj Hota <swarajhota353 at gmail.com>
> ---
> I have tested it on all the samples provided in the ticket and
> it works for all of them.
>
> Please comment.
> ---
>  Changelog                |   1 +
>  libavformat/Makefile     |   1 +
>  libavformat/allformats.c |   1 +
>  libavformat/ifv.c        | 332 +++++++++++++++++++++++++++++++++++++++
>  libavformat/version.h    |   4 +-
>  5 files changed, 337 insertions(+), 2 deletions(-)
>  create mode 100644 libavformat/ifv.c
>

Generally it is fine. The only issue may be those hardcoded offsets.


More information about the ffmpeg-devel mailing list