mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL
Move the doxy above the definition, change the value itself to the (1 << n) pattern, which is more readable for flags.
This commit is contained in:
parent
83548fe894
commit
75c1db6152
@ -34,8 +34,10 @@
|
|||||||
|
|
||||||
#include "libavformat/version.h"
|
#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.
|
* Callback for checking whether to abort blocking functions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user