Skip to content
  • David Michael Barr's avatar
    [CFL] Fix typedef-redefinition compiler warnings · 5b2021ea
    David Michael Barr authored
    Instead of forward-declaring AV1_COMMON and MACROBLOCKD,
    move the dependent struct and function prototype closer
    to where they are used and after these types are defined.
    
    Change-Id: I75f005b46ef322a6fcbc01377b8dded1637c5f73
    5b2021ea