]> git.sesse.net Git - ffmpeg/commit
avcodec/dolby_e: Avoid code duplication when converting input
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 26 Jan 2021 15:33:01 +0000 (16:33 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 30 Jan 2021 04:14:45 +0000 (05:14 +0100)
commit7c27513d0458c7e80925e27529acee4473baedf6
tree773cf01219127a0a6524da6ade66d58eb6a5d16c
parent8cbff41583409210abef0f57a1afbf8bb1f1f351
avcodec/dolby_e: Avoid code duplication when converting input

convert_input, a nontrivial auxiliary function used by both the general
parsing code as well as the decoder itself, has been duplicated in
c7016e35a624a75bb5b82bee932ddfe28d013b3f; this commit removes said
duplication.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/dolby_e.c
libavcodec/dolby_e.h
libavcodec/dolby_e_parse.c