#include "avcodec.h"
#include "libavcodec/ass.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include <aribb24/aribb24.h>
#include <aribb24/parser.h>
#include <aribb24/decoder.h>
Go to the source code of this file.
◆ RGB_TO_BGR
      
        
          | #define RGB_TO_BGR | ( |  | c | ) | (((c) & 0xff) << 16 | ((c) & 0xff00) | (((c) >> 16) & 0xff)) | 
      
 
 
◆ OFFSET
◆ SD
◆ get_profile_font_size()
  
  | 
        
          | static unsigned int get_profile_font_size | ( | int | profile | ) |  |  | static | 
 
 
◆ libaribb24_log()
  
  | 
        
          | static void libaribb24_log | ( | void * | p, |  
          |  |  | const char * | msg |  
          |  | ) |  |  |  | static | 
 
 
◆ libaribb24_generate_ass_header()
◆ libaribb24_init()
◆ libaribb24_close()
◆ libaribb24_handle_regions()
◆ libaribb24_decode()
◆ libaribb24_flush()
◆ options
Initial value:= {
    { "aribb24-base-path", "set the base path for the libaribb24 library",
    { "aribb24-skip-ruby-text", "skip ruby text blocks during decoding",
}
Definition at line 368 of file libaribb24.c.
 
 
◆ aribb24_class
Initial value:= {
    .class_name = "libaribb24 decoder",
}
Definition at line 376 of file libaribb24.c.
 
 
◆ ff_libaribb24_decoder
      
        
          | const AVCodec ff_libaribb24_decoder | 
      
 
Initial value:= {
    .name      = "libaribb24",
    .wrapper_name = "libaribb24",
}
Definition at line 383 of file libaribb24.c.