Skip to content

Commit

Permalink
libhb: Replace HB_ACODEC_FFMPEG with HB_ACODEC_MP2 in stream.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Nov 8, 2020
1 parent ba7beab commit 650a485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libhb/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ static const stream2codec_t st2codec[256] = {
st(0x00, U, 0, 0, NULL),
st(0x01, V, WORK_DECAVCODECV, AV_CODEC_ID_MPEG1VIDEO, "MPEG1"),
st(0x02, V, WORK_DECAVCODECV, AV_CODEC_ID_MPEG2VIDEO, "MPEG2"),
st(0x03, A, HB_ACODEC_FFMPEG, AV_CODEC_ID_MP2, "MPEG1"),
st(0x04, A, HB_ACODEC_FFMPEG, AV_CODEC_ID_MP2, "MPEG2"),
st(0x03, A, HB_ACODEC_MP2, AV_CODEC_ID_MP2, "MPEG1"),
st(0x04, A, HB_ACODEC_MP2, AV_CODEC_ID_MP2, "MPEG2"),
st(0x05, N, 0, 0, "ISO 13818-1 private section"),
st(0x06, U, 0, 0, "ISO 13818-1 PES private data"),
st(0x07, N, 0, 0, "ISO 13522 MHEG"),
Expand Down

0 comments on commit 650a485

Please sign in to comment.