mirror of https://bitbucket.org/ausocean/av.git
revid: removed Config() func from revid because it's not being used
This commit is contained in:
parent
aa5d316816
commit
ba54974de9
|
@ -180,11 +180,6 @@ func (r *Revid) Bitrate() int {
|
||||||
return r.bitrate
|
return r.bitrate
|
||||||
}
|
}
|
||||||
|
|
||||||
// Config returns the Revid's config.
|
|
||||||
func (r *Revid) Config() Config {
|
|
||||||
return r.config
|
|
||||||
}
|
|
||||||
|
|
||||||
// reset swaps the current config of a Revid with the passed
|
// reset swaps the current config of a Revid with the passed
|
||||||
// configuration; checking validity and returning errors if not valid.
|
// configuration; checking validity and returning errors if not valid.
|
||||||
func (r *Revid) reset(config Config) error {
|
func (r *Revid) reset(config Config) error {
|
||||||
|
|
Loading…
Reference in New Issue