sndio: add channels and sample_rate private options.

This commit is contained in:
Anton Khirnov
2011-05-23 19:02:08 +02:00
parent fb37d57347
commit a1a15a9993
2 changed files with 21 additions and 5 deletions

View File

@@ -26,8 +26,10 @@
#include <sndio.h>
#include "libavformat/avformat.h"
#include "libavutil/log.h"
typedef struct {
AVClass *class;
struct sio_hdl *hdl;
enum CodecID codec_id;
int64_t hwpos;