mirror of https://github.com/golang/go.git
add comment about C API.
somehow managed not to Put this before. R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=35289 CL=35294
This commit is contained in:
parent
cbd40daf38
commit
17191281eb
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
// Package av implements audio and video access for Native Client
|
||||
// binaries running standalone or embedded in a web browser window.
|
||||
//
|
||||
// The C version of the API is documented at
|
||||
// http://nativeclient.googlecode.com/svn/data/docs_tarball/nacl/googleclient/native_client/scons-out/doc/html/group__audio__video.html
|
||||
package av
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue