AOMediaCodec / av1-isobmff

Official specification of the AOM group for the carriage of AV1 in ISOBMFF
https://AOMediaCodec.github.io/av1-isobmff
64 stars 16 forks source link

address #163 #175

Closed podborski closed 9 months ago

podborski commented 9 months ago

newline before extends keyword, newline before opening { syntax highlight for cpp remove unnecessary spaces


Preview | Diff

podborski commented 9 months ago

would be interesting to investigate how easy it would be to add a custom syntax highlighting for MPEG SDL language, as the default cpp does not do it perfectly. @DenizUgur do you have an idea?

DenizUgur commented 9 months ago

would be interesting to investigate how easy it would be to add a custom syntax highlighting for MPEG SDL language, as the default cpp does not do it perfectly. @DenizUgur do you have an idea?

@podborski Depends on how far you'd like to go. With highlight.js you can define your own language (or derive from already existing ones). If there's a specification you could share with me I could try to derive the MPEG SDL from cpp or java.