]> git.sesse.net Git - ffmpeg/commit
avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 9 Apr 2020 15:41:50 +0000 (17:41 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 5 May 2020 17:28:28 +0000 (19:28 +0200)
commit781c7a6217e1afe68c85c500ae16b4bc7ea7b033
tree1e3a1a0f6d7bc2388b751bf35effbac8c1c2ba97
parent9b9a61ca77c65c0dbc71a94cc80aac0f4453999b
avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c

and make it static again.

These functions have been moved from nutenc to aviobuf and internal.h
in f8280ff4c00eeaa245085fa9691035203abd168c in order to use them in a
forthcoming patch in utils.c. Said patch never happened, so this commit
moves them back and makes them static, effectively reverting said
commit as well as f8280ff4c00eeaa245085fa9691035203abd168c (which added
the ff-prefix to these functions).

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/aviobuf.c
libavformat/internal.h
libavformat/nutenc.c