I can assume based on the below excerpts from ac3enc.c that the AC3 encoder 
defaults to None for the Dynamic Range Compression profile specified on page 10 
in Dolby's Metadata Guide:

659         /* assumptions:
     *   no dynamic range codes
     *   bit allocation parameters do not change between blocks
     *   no delta bit allocation
     *   no skipped data
     *   no auxiliary data
     *   no E-AC-3 metadata
     */

1402       /* dynamic range codes */
1403       put_bits(&s->pb, 1, 0);

If this is not the case could someone explain the above code?

Is there a way to apply specific DRC profiles per the Metadata guide?





E-MAIL CONFIDENTIALITY NOTICE: 
The contents of this e-mail message and any attachments are intended solely for 
the addressee(s) and may contain confidential and/or legally privileged 
information. If you are not the intended recipient of this message or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message and any attachments. If you are 
not the intended recipient, you are notified that any use, dissemination, 
distribution, copying, or storage of this message or any attachment is strictly 
prohibited.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to