1
0
mirror of https://github.com/golang/go synced 2024-11-22 07:54:40 -07:00

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:
Russ Cox 2009-10-02 18:07:27 -07:00
parent cbd40daf38
commit 17191281eb

View File

@ -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 (