Re: [FFmpeg-devel] [PATCH 2/5] avformat/movenc: factorize data shifting
Marton Balint: > And move data shift function from movenc to utils. > > Signed-off-by: Marton Balint > --- > libavformat/internal.h | 7 ++ > libavformat/movenc.c | 55 ++--- > libavformat/utils.c| 56 ++ > 3
[FFmpeg-devel] [PATCH 2/5] avformat/movenc: factorize data shifting
And move data shift function from movenc to utils. Signed-off-by: Marton Balint --- libavformat/internal.h | 7 ++ libavformat/movenc.c | 55 ++--- libavformat/utils.c| 56 ++ 3 files changed, 65 insertions(+)