OSDN Git Service

Use the correct ffmpeg codec id for eac3 in BD
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 29 Jan 2011 01:00:54 +0000 (01:00 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 29 Jan 2011 01:00:54 +0000 (01:00 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3771 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/bd.c

index 4e4865b..c4d0c6d 100644 (file)
@@ -262,7 +262,7 @@ hb_title_t * hb_bd_title_scan( hb_bd_t * d, int tt, uint64_t min_duration )
 
             case BLURAY_STREAM_TYPE_AUDIO_AC3PLUS:
                 audio->config.in.codec = HB_ACODEC_MPGA;
-                audio->config.in.codec_param = CODEC_ID_AC3;
+                audio->config.in.codec_param = CODEC_ID_EAC3;
                 break;
 
             case BLURAY_STREAM_TYPE_AUDIO_MPEG1: