Commit de36e98a authored by James Almer's avatar James Almer

Merge commit '75c1db61'

* commit '75c1db61':
  avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 4de591e6 75c1db61
......@@ -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.
......
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