Commit 968e7dc3 authored by michael's avatar michael

Part 2 of EAC3 support, this is still disabled as it breaks regressions

due to bugs elsewhere.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12897 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4472782c
...@@ -140,8 +140,8 @@ static int ac3_sync(uint64_t state, AACAC3ParseContext *hdr_info, ...@@ -140,8 +140,8 @@ static int ac3_sync(uint64_t state, AACAC3ParseContext *hdr_info,
hdr_info->channels = hdr.channels; hdr_info->channels = hdr.channels;
hdr_info->samples = AC3_FRAME_SIZE; hdr_info->samples = AC3_FRAME_SIZE;
*need_next_header = 0; *need_next_header = 0;//(hdr.frame_type != EAC3_FRAME_TYPE_AC3_CONVERT);
*new_frame_start = 1; *new_frame_start = 1;//(hdr.frame_type != EAC3_FRAME_TYPE_DEPENDENT);
return hdr.frame_size; return hdr.frame_size;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment