git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee1f4c
)
ffmpeg: Fix bsf corrupting merged side data
author
Michael Niedermayer
<michael@niedermayer.cc>
Thu, 3 Nov 2016 13:55:56 +0000
(14:55 +0100)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Thu, 3 Nov 2016 23:42:58 +0000
(
00:42
+0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
52c655f
..
9809876
100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-790,6
+790,7
@@
static void output_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
if (ost->nb_bitstream_filters) {
int idx;
+ av_packet_split_side_data(pkt);
ret = av_bsf_send_packet(ost->bsf_ctx[0], pkt);
if (ret < 0)
goto finish;