Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.05 KB | None | 0 0
  1. From 4d42a1a1622af93f7acfcaf48b656b7a88445bc8 Mon Sep 17 00:00:00 2001
  2. From: James Almer <jamrial@gmail.com>
  3. Date: Sat, 5 Sep 2015 13:18:46 -0300
  4. Subject: [PATCH] avcodec/ac3: sync AC3HeaderInfo struct with the fork
  5.  
  6. Signed-off-by: James Almer <jamrial@gmail.com>
  7. ---
  8. libavcodec/ac3.h | 5 -----
  9.  1 file changed, 5 deletions(-)
  10.  
  11. diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h
  12. index 1fe30b9..3f67e09 100644
  13. --- a/libavcodec/ac3.h
  14. +++ b/libavcodec/ac3.h
  15. @@ -190,9 +190,7 @@ typedef struct AC3HeaderInfo {
  16.      int surround_mix_level;                 ///< Surround mix level index
  17.      uint16_t channel_map;
  18.      int num_blocks;                         ///< number of audio blocks
  19. -#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI
  20.      int dolby_surround_mode;
  21. -#endif
  22.      /** @} */
  23.  
  24.      /** @name Derived values
  25. @@ -205,9 +203,6 @@ typedef struct AC3HeaderInfo {
  26.      uint16_t frame_size;
  27.      uint64_t channel_layout;
  28.      /** @} */
  29. -#if !AV_HAVE_INCOMPATIBLE_LIBAV_ABI
  30. -    int dolby_surround_mode;
  31. -#endif
  32.  } AC3HeaderInfo;
  33.  
  34.  typedef enum {
  35. --
  36. 2.5.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement