Commit e70c5630 authored by Rafaël Carré's avatar Rafaël Carré

Remove mention of member removed a long time ago

parent 42f156e1
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
/**************************************************************************** /****************************************************************************
* block: * block:
**************************************************************************** ****************************************************************************
* - block_sys_t is opaque and thus block_t->p_sys is PRIVATE
* - i_flags may not always be set (ie could be 0, even for a key frame * - i_flags may not always be set (ie could be 0, even for a key frame
* it depends where you receive the buffer (before/after a packetizer * it depends where you receive the buffer (before/after a packetizer
* and the demux/packetizer implementations. * and the demux/packetizer implementations.
...@@ -51,7 +50,6 @@ ...@@ -51,7 +50,6 @@
* (don't duplicate yourself in a bigger buffer, block_Realloc is * (don't duplicate yourself in a bigger buffer, block_Realloc is
* optimised for preheader/postdatas increase) * optimised for preheader/postdatas increase)
****************************************************************************/ ****************************************************************************/
typedef struct block_sys_t block_sys_t;
/** The content doesn't follow the last block, or is probably broken */ /** The content doesn't follow the last block, or is probably broken */
#define BLOCK_FLAG_DISCONTINUITY 0x0001 #define BLOCK_FLAG_DISCONTINUITY 0x0001
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment