Skip to content

Commit

Permalink
Merge pull request khenriks#2 from sdrik/master
Browse files Browse the repository at this point in the history
Seeking is needed for writing proper ID3v2 tags.
  • Loading branch information
nschlia authored Jan 27, 2018
2 parents 93569b9 + 48e9445 commit bd0b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffmpeg_transcoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ int FFMPEG_Transcoder::open_output_filestreams(Buffer *buffer)
(void *)buffer,
NULL /*readPacket*/,
writePacket,
(m_out.m_output_type == TYPE_MP4) ? seek : NULL);
seek);

/** Associate the output file (pointer) with the container format context. */
m_out.m_pFormat_ctx->pb = output_io_context;
Expand Down

0 comments on commit bd0b58f

Please sign in to comment.