libeplayer3: code format

This commit is contained in:
max_10
2017-12-15 12:33:01 +01:00
committed by Thilo Graf
parent c0ef130e8e
commit 7f081bee8c
4 changed files with 62 additions and 62 deletions

View File

@@ -311,7 +311,7 @@ bool Output::SwitchAudio(Track *track)
}
audioTrack = track;
if (track->stream) {
AVCodecContext *avcc = track->stream->codec;
AVCodecContext *avcc = track->stream->codec;
if (!avcc)
return false;
audioWriter = Writer::GetWriter(avcc->codec_id, avcc->codec_type, audioTrack->ac3flags);