]> git.sesse.net Git - ffmpeg/commit
avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 6 Mar 2021 23:28:14 +0000 (00:28 +0100)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 13:43:16 +0000 (10:43 -0300)
commite5af9203098a889f36b759652615046254d45102
tree5b27c29186fc551d4d40669039fb49ab04224baf
parente625ae609206e0550ff733965c6f5447579320aa
avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf

The remove_extradata bsf is the only user of these functions.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
12 files changed:
libavcodec/Makefile
libavcodec/av1_parser.c
libavcodec/avs2_parser.c
libavcodec/avs3_parser.c
libavcodec/cavs_parser.c
libavcodec/h264_parser.c
libavcodec/hevc_parser.c
libavcodec/mpeg4video_parser.c
libavcodec/mpegvideo_parser.c
libavcodec/parser.c
libavcodec/remove_extradata_bsf.c
libavcodec/vc1_parser.c