Merge commit '75c1db6152'
* commit '75c1db6152':
avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL
Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
de36e98a16
1 changed files with 4 additions and 1 deletions
|
|
@ -34,7 +34,10 @@
|
|||
|
||||
#include "libavformat/version.h"
|
||||
|
||||
#define AVIO_SEEKABLE_NORMAL 0x0001 /**< Seeking works like for a local file */
|
||||
/**
|
||||
* Seeking works like for a local file.
|
||||
*/
|
||||
#define AVIO_SEEKABLE_NORMAL (1 << 0)
|
||||
|
||||
/**
|
||||
* Callback for checking whether to abort blocking functions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue