]> git.sesse.net Git - ffmpeg/commit
avformat/mux: move interleaved packet functions upwards
authorMarton Balint <cus@passwd.hu>
Mon, 27 Apr 2020 19:07:07 +0000 (21:07 +0200)
committerMarton Balint <cus@passwd.hu>
Thu, 7 May 2020 20:41:24 +0000 (22:41 +0200)
commit7a8a5c200bd4a3960e3524d14697656c3696beea
tree703385445a9def531e316c899f58e5fc7f54ed70
parent1ec0fb56a7640f740409110536aee97c0679c35c
avformat/mux: move interleaved packet functions upwards

Will be needed later to avoid a forward declaration.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mux.c