libeplayer3: code format

Origin commit data
------------------
Branch: master
Commit: 61903c41fd
Author: max_10 <max_10@gmx.de>
Date: 2017-12-15 (Fri, 15 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-12-15 12:33:01 +01:00
parent 85971fba09
commit 3dae882c24
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);