Skip to content

Commit

Permalink
muxmkv: fix audio track private data for 24-bit FLAC.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5441 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
twalker314 committed May 5, 2013
1 parent fb4d48a commit 71e9fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libhb/muxmkv.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ static int MKVEnd(hb_mux_object_t *m)
switch (audio->config.out.codec & HB_ACODEC_MASK)
{
case HB_ACODEC_FFFLAC:
case HB_ACODEC_FFFLAC24:
if( audio->priv.config.extradata.bytes )
{
uint8_t *header;
Expand Down

0 comments on commit 71e9fb2

Please sign in to comment.